René's URL Explorer Experiment


Title: Enable PEP 709 inlined comprehensions by youknowone · Pull Request #7412 · RustPython/RustPython · GitHub

Open Graph Title: Enable PEP 709 inlined comprehensions by youknowone · Pull Request #7412 · RustPython/RustPython

X Title: Enable PEP 709 inlined comprehensions by youknowone · Pull Request #7412 · RustPython/RustPython

Description: Summary Activate the existing compile_inlined_comprehension() implementation by fixing 6 bugs that prevented it from working List/dict/set comprehensions inside function-like scopes are now compiled inline (no separate code object), matching CPython 3.12+ behavior Generator expressions remain non-inlined per PEP 709 spec Changes frame.rs: LoadFastAndClear pushes NULL when slot is empty (not None), StoreFast accepts NULL for restore path compile.rs: Enable is_inlined_comprehension_context(), fix in_inlined_comp flag placement, fix sub_tables.remove(0) → next_sub_table cursor, splice nested sub_tables into parent symboltable.rs: Set comp_inlined only in function-like parent scopes, conflict detection (nested scopes, bound name conflicts, cross-comprehension reference conflicts) Current limitations Module/class level comprehensions are not inlined (STORE_NAME incompatible with LOAD_FAST_AND_CLEAR) Comprehensions containing nested scopes (lambda, inner function, inner comprehension) are not inlined (Cell/Free handling not yet supported) Bound name conflicts with parent scope → falls back to non-inlined Test plan test_listcomps — 59/59 pass test_setcomps — pass test_symtable — pass test_dictcomps — 1 pre-existing failure (unrelated) test_compile, test_syntax — pass cargo test -p rustpython-codegen -p rustpython-compiler — pass Variable isolation, outer references, nested comprehensions, walrus operator — all verified 🤖 Generated with Claude Code Summary by CodeRabbit Refactor Comprehension inlining tightened: only inline in function-like scopes, skip generator/async comprehensions, and preserve inlined state for nested comprehensions and lambdas. Symbol-table merging hardened: track symbols added by inlining, prevent name conflicts and improper resolutions, and refine scope propagation rules. Runtime locals behavior adjusted: cleared/empty local slots use a nullable representation, aligning push/pop semantics and preserving variable lifecycle consistency. Bug Fixes Improved handling of scope visibility to avoid incorrect symbol resolution after inlining.

Open Graph Description: Summary Activate the existing compile_inlined_comprehension() implementation by fixing 6 bugs that prevented it from working List/dict/set comprehensions inside function-like scopes are now compil...

X Description: Summary Activate the existing compile_inlined_comprehension() implementation by fixing 6 bugs that prevented it from working List/dict/set comprehensions inside function-like scopes are now compil...

Opengraph URL: https://github.com/RustPython/RustPython/pull/7412

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:7b941107-c65e-2f7c-78db-51d0f30fe8ff
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB17C:277230:1AFE182:241FD70:6A5BAE26
html-safe-nonce752208f6daa1c13cf006e1fcff51ab0230ed81552da1351dbbb5090e72ed9928
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMTdDOjI3NzIzMDoxQUZFMTgyOjI0MUZENzA6NkE1QkFFMjYiLCJ2aXNpdG9yX2lkIjoiODEzNDIxMDEwMDkzMDUyMjY2MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac2f43d7304f10afaf8e23f9b0951d151d0fef10a7461dffc55a1c2c5c19ff7563
hovercard-subject-tagpull_request:3390079483
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/RustPython/RustPython/pull/7412/files
twitter:imagehttps://avatars.githubusercontent.com/u/69878?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/69878?s=400&v=4
og:image:altSummary Activate the existing compile_inlined_comprehension() implementation by fixing 6 bugs that prevented it from working List/dict/set comprehensions inside function-like scopes are now compil...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/RustPython/RustPython git https://github.com/RustPython/RustPython.git
octolytics-dimension-user_id39710557
octolytics-dimension-user_loginRustPython
octolytics-dimension-repository_id135201145
octolytics-dimension-repository_nwoRustPython/RustPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id135201145
octolytics-dimension-repository_network_root_nwoRustPython/RustPython
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/RustPython/RustPython/pull/7412/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F7412%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fpull%2F7412%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=RustPython%2FRustPython
Reloadhttps://github.com/RustPython/RustPython/pull/7412/files
Reloadhttps://github.com/RustPython/RustPython/pull/7412/files
Reloadhttps://github.com/RustPython/RustPython/pull/7412/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7412/files
RustPython https://github.com/RustPython
RustPythonhttps://github.com/RustPython/RustPython
Notifications https://github.com/login?return_to=%2FRustPython%2FRustPython
Fork 1.5k https://github.com/login?return_to=%2FRustPython%2FRustPython
Star 22.2k https://github.com/login?return_to=%2FRustPython%2FRustPython
Code https://github.com/RustPython/RustPython
Issues 291 https://github.com/RustPython/RustPython/issues
Pull requests 105 https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects https://github.com/RustPython/RustPython/projects
Models https://github.com/RustPython/RustPython/models
Wiki https://github.com/RustPython/RustPython/wiki
Security and quality 0 https://github.com/RustPython/RustPython/security
Insights https://github.com/RustPython/RustPython/pulse
Code https://github.com/RustPython/RustPython
Issues https://github.com/RustPython/RustPython/issues
Pull requests https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects https://github.com/RustPython/RustPython/projects
Models https://github.com/RustPython/RustPython/models
Wiki https://github.com/RustPython/RustPython/wiki
Security and quality https://github.com/RustPython/RustPython/security
Insights https://github.com/RustPython/RustPython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FRustPython%2FRustPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FRustPython%2FRustPython%2Fissues%2Fnew%2Fchoose
youknowonehttps://github.com/youknowone
RustPython:mainhttps://github.com/RustPython/RustPython/tree/main
youknowone:pep709-inlined-comprehensionshttps://github.com/youknowone/RustPython/tree/pep709-inlined-comprehensions
Conversation 12 https://github.com/RustPython/RustPython/pull/7412
Commits 4 https://github.com/RustPython/RustPython/pull/7412/commits
Checks 17 https://github.com/RustPython/RustPython/pull/7412/checks
Files changed https://github.com/RustPython/RustPython/pull/7412/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7412/files
Enable PEP 709 inlined comprehensions https://github.com/RustPython/RustPython/pull/7412/files#top
Show all changes 4 commits https://github.com/RustPython/RustPython/pull/7412/files
9be8a94 Enable PEP 709 inlined comprehensions for function-like scopes youknowone Mar 12, 2026 https://github.com/RustPython/RustPython/pull/7412/commits/9be8a94248e1de40495745fd4156d6b34ae7770c
6723f2f Add localspluskinds, unify DEREF to localsplus index youknowone Mar 17, 2026 https://github.com/RustPython/RustPython/pull/7412/commits/6723f2fa060ed2c95452241c5021e8a56e87f90f
c18b464 Fix clippy warnings, formatting, restore _opcode_metadata.py youknowone Mar 17, 2026 https://github.com/RustPython/RustPython/pull/7412/commits/c18b4647a82ce3b1faa27f2a7e1a6284333fa7b7
b25e850 Exclude async/await comprehensions from PEP 709 inlining in symboltable youknowone Mar 19, 2026 https://github.com/RustPython/RustPython/pull/7412/commits/b25e850b2e0ac0ab4295e1050e8cf894e958665d
Clear filters https://github.com/RustPython/RustPython/pull/7412/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7412/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7412/files
cpython.txt https://github.com/RustPython/RustPython/pull/7412/files#diff-157b2289f5afc1eb8c72f9a497cf3ea0082dc3f3baaf1d424889fdb3e4cc0b96
.cspell.json https://github.com/RustPython/RustPython/pull/7412/files#diff-4e0f175c840784de9e935f881821905c75a2a125aa57c51268a7fb4496edfbe6
compile.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-6a53a11ca0aa1a372032c6b54644b8cda74af0c771efa40d3668da4a042cf7ca
ir.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
symboltable.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-7e251aa58ffb659d1cf1ee90837d9e467e5c3e1c699f5c1e42655c2f03489b12
bytecode.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-14e38729fc9f6fc42fa6a3125689aa0034480a2cf3ebd59f1c4d1f40fdcd36a0
instruction.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-6018c8f0dd833da5182e2e0bcbf8b6ef6c4e5e7922bf9297daf9e84824fcaa91
marshal.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-f8ede08c327a0da6b750393ab1dddb36a9ab60469896312faabab5876e9d3863
code.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-77c714638c90d3ce93194eec52bdefe7301d53f84d90a45c87289b21a11383f9
function.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-42d321490bc76e3b57deebb41ff9815e8bbb7c976bb1b57a076d01f7bc347698
super.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-55cc28520972e0208b4567bd2afec852006899f7f1353afcf694931270b03077
frame.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-03f2741d7d424014f3d2f0c82226be52fa58134aab34bf0780714ee67a248deb
version.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-92a00e8e869a2682b034eb17e585518daf49f1e29fbbaebe26b35751171bde4a
context.rs https://github.com/RustPython/RustPython/pull/7412/files#diff-266ab6550d81a4d367e5ef4973281aecf61c7abb46760195fc4ad6064bca0791
.cspell.dict/cpython.txthttps://github.com/RustPython/RustPython/pull/7412/files#diff-157b2289f5afc1eb8c72f9a497cf3ea0082dc3f3baaf1d424889fdb3e4cc0b96
View file https://github.com/youknowone/RustPython/blob/b25e850b2e0ac0ab4295e1050e8cf894e958665d/.cspell.dict/cpython.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7412/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7412/files#diff-157b2289f5afc1eb8c72f9a497cf3ea0082dc3f3baaf1d424889fdb3e4cc0b96
https://github.com/RustPython/RustPython/pull/7412/files#diff-157b2289f5afc1eb8c72f9a497cf3ea0082dc3f3baaf1d424889fdb3e4cc0b96
.cspell.jsonhttps://github.com/RustPython/RustPython/pull/7412/files#diff-4e0f175c840784de9e935f881821905c75a2a125aa57c51268a7fb4496edfbe6
View file https://github.com/youknowone/RustPython/blob/b25e850b2e0ac0ab4295e1050e8cf894e958665d/.cspell.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7412/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7412/files#diff-4e0f175c840784de9e935f881821905c75a2a125aa57c51268a7fb4496edfbe6
https://github.com/RustPython/RustPython/pull/7412/files#diff-4e0f175c840784de9e935f881821905c75a2a125aa57c51268a7fb4496edfbe6
crates/codegen/src/compile.rshttps://github.com/RustPython/RustPython/pull/7412/files#diff-6a53a11ca0aa1a372032c6b54644b8cda74af0c771efa40d3668da4a042cf7ca
View file https://github.com/youknowone/RustPython/blob/b25e850b2e0ac0ab4295e1050e8cf894e958665d/crates/codegen/src/compile.rs
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7412/files
crates/codegen/src/ir.rshttps://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
View file https://github.com/youknowone/RustPython/blob/b25e850b2e0ac0ab4295e1050e8cf894e958665d/crates/codegen/src/ir.rs
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/RustPython/RustPython/pull/7412/{{ revealButtonHref }}
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
https://github.com/RustPython/RustPython/pull/7412/files#diff-d8c69d86dba0a1bbfb21c9d93371294ea2861a4083565b20e622a7bec7da1ecc
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7412/files
Please reload this pagehttps://github.com/RustPython/RustPython/pull/7412/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.