René's URL Explorer Experiment


Title: gh-145866: Convert `END_[FOR/SEND]` to leave its inputs on the stack to be cleaned up by `_POP_TOP` by NekoAsakura · Pull Request #148477 · python/cpython · GitHub

Open Graph Title: gh-145866: Convert `END_[FOR/SEND]` to leave its inputs on the stack to be cleaned up by `_POP_TOP` by NekoAsakura · Pull Request #148477 · python/cpython

X Title: gh-145866: Convert `END_[FOR/SEND]` to leave its inputs on the stack to be cleaned up by `_POP_TOP` by NekoAsakura · Pull Request #148477 · python/cpython

Description: If I (and opus...) am not mistaken, no code path actually jumps to END_FOR. It's only there for FOR_ITER's oparg calibration and as an instrumentation slot (gets swapped to INSTRUMENTED_END_FOR). So converting it to macro(END_FOR) = POP_TOP should be safe. PyStackRef_CLOSE or PyStackRef_XCLOSE doesn't matter. ref: Generic _FOR_ITER cpython/Python/bytecodes.c Line 3631 in 03d2f03 JUMPBY(oparg + 1); INSTRUMENTED_FOR_ITER cpython/Python/bytecodes.c Line 3661 in 03d2f03 JUMPBY(oparg + 1); _ITER_JUMP_LIST cpython/Python/bytecodes.c Line 3690 in 03d2f03 JUMPBY(oparg + 1); _ITER_NEXT_LIST (free-threaded) cpython/Python/bytecodes.c Line 3719 in 03d2f03 JUMPBY(oparg + 1); _ITER_JUMP_TUPLE cpython/Python/bytecodes.c Line 3767 in 03d2f03 JUMPBY(oparg + 1); _ITER_JUMP_RANGE cpython/Python/bytecodes.c Line 3811 in 03d2f03 JUMPBY(oparg + 1); _FOR_ITER_TIER_TWO cpython/Python/bytecodes.c Lines 3644 to 3645 in 03d2f03 /* The translator sets the deopt target just past the matching END_FOR */ EXIT_IF(true); _FOR_ITER_GEN_FRAME cpython/Python/bytecodes.c Line 3855 in 03d2f03 frame->return_offset = (uint16_t)(INSTRUCTION_SIZE + oparg); codegen_unwind_fblock cpython/Python/codegen.c Lines 546 to 553 in 03d2f03 case COMPILE_FBLOCK_FOR_LOOP: /* Pop the iterator */ if (preserve_tos) { ADDOP_I(c, *ploc, SWAP, 3); } ADDOP(c, *ploc, POP_TOP); ADDOP(c, *ploc, POP_TOP); return SUCCESS; Issue: gh-145866

Open Graph Description: If I (and opus...) am not mistaken, no code path actually jumps to END_FOR. It's only there for FOR_ITER's oparg calibration and as an instrumentation slot (gets swapped to INSTRUMENTED_END...

X Description: If I (and opus...) am not mistaken, no code path actually jumps to END_FOR. It's only there for FOR_ITER's oparg calibration and as an instrumentation slot (gets swapped to INSTRUME...

Opengraph URL: https://github.com/python/cpython/pull/148477

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:05865f8e-97f0-1fd4-ae31-e10596eedded
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCD3E:1D5589:1C9BA3D:260CCE7:6A52D779
html-safe-nonce31e8237203ebe0ebb315990db95cad4c75fbee88ed6502ff1bd9c60f6aa07179
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRDNFOjFENTU4OToxQzlCQTNEOjI2MENDRTc6NkE1MkQ3NzkiLCJ2aXNpdG9yX2lkIjoiMzU1ODc5NzQxNzc3OTQ4NDUzNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc69c287cc81b7a6c577a1fb27700a277e6d8df6678a0f3d0074ac08e12ee62d2
hovercard-subject-tagpull_request:3520369689
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/python/cpython/pull/148477/files
twitter:imagehttps://avatars.githubusercontent.com/u/72689291?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/72689291?s=400&v=4
og:image:altIf I (and opus...) am not mistaken, no code path actually jumps to END_FOR. It's only there for FOR_ITER's oparg calibration and as an instrumentation slot (gets swapped to INSTRUMENTED_END...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/148477/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F148477%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%2Fpython%2Fcpython%2Fpull%2F148477%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=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/148477/files
Reloadhttps://github.com/python/cpython/pull/148477/files
Reloadhttps://github.com/python/cpython/pull/148477/files
Please reload this pagehttps://github.com/python/cpython/pull/148477/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/148477/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.8k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.3k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality 0 https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security and quality https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
NekoAsakurahttps://github.com/NekoAsakura
python:mainhttps://github.com/python/cpython/tree/main
NekoAsakura:gh-145866/end-for-end-send-macrohttps://github.com/NekoAsakura/cpython/tree/gh-145866/end-for-end-send-macro
Conversation 5 https://github.com/python/cpython/pull/148477
Commits 3 https://github.com/python/cpython/pull/148477/commits
Checks 72 https://github.com/python/cpython/pull/148477/checks
Files changed https://github.com/python/cpython/pull/148477/files
Please reload this pagehttps://github.com/python/cpython/pull/148477/files
gh-145866: Convert END_[FOR/SEND] to leave its inputs on the stack to be cleaned up by _POP_TOP https://github.com/python/cpython/pull/148477/files#top
Show all changes 3 commits https://github.com/python/cpython/pull/148477/files
1e0e672 gh-145866: Convert `END_[FOR/SEND]` to leave its inputs on the stack … NekoAsakura Apr 12, 2026 https://github.com/python/cpython/pull/148477/commits/1e0e6725c94f26e0e2747425d5f84379504697e6
5cbf29d Merge branch 'main' into gh-145866/end-for-end-send-macro NekoAsakura Apr 12, 2026 https://github.com/python/cpython/pull/148477/commits/5cbf29d874b944ddeb264e008c02b07da31616b7
4f3187e gh-145866: Convert `END_SEND` to leave its inputs on the stack to be … NekoAsakura Apr 13, 2026 https://github.com/python/cpython/pull/148477/commits/4f3187edcee97be45b3560ce47cdd03e965e9196
Clear filters https://github.com/python/cpython/pull/148477/files
Please reload this pagehttps://github.com/python/cpython/pull/148477/files
Please reload this pagehttps://github.com/python/cpython/pull/148477/files
pycore_opcode_metadata.h https://github.com/python/cpython/pull/148477/files#diff-72bc4c0445516cc3eabd536220b2459617491ffaabbdb8a7c5381f36c991e378
pycore_uop_ids.h https://github.com/python/cpython/pull/148477/files#diff-2a420e4d0d58009249c0f73f7c822167b053bd51cb213b20179bd2aebfc66ff9
pycore_uop_metadata.h https://github.com/python/cpython/pull/148477/files#diff-55e65a72fa31e9b746e03076d2c74b716c0c1171663f36960b2339fcbfae9bab
test_monitoring.py https://github.com/python/cpython/pull/148477/files#diff-15fb0cb29709c04c449bacd69e4ab2208372424d8390c26258eb83b2363c3cf1
test_cases.c.h https://github.com/python/cpython/pull/148477/files#diff-2852a58ed53ab1473b74dbdc4165885a9b74865b6d71e48fa4813d6289fa1838
bytecodes.c https://github.com/python/cpython/pull/148477/files#diff-729a985b0cb8b431cb291f1edb561bbbfea22e3f8c262451cd83328a0936a342
executor_cases.c.h https://github.com/python/cpython/pull/148477/files#diff-a1c3430c42a66c16e6d2e154491a6da993b187b27c628545a12a02c7b2a06b81
generated_cases.c.h https://github.com/python/cpython/pull/148477/files#diff-4ef46fa654f95502e49a24f7dc8ee31a4cac9b3433fe9cd2b2d4dd78cfbad448
optimizer_bytecodes.c https://github.com/python/cpython/pull/148477/files#diff-e5bd2b14b0b10f0f47786e26306d689ed1361c3dc3b11dcc3ea52b8a2422ff64
optimizer_cases.c.h https://github.com/python/cpython/pull/148477/files#diff-ed4567b3e67709ec57bf4df91ef058cfcbe00d7da11cd2a75e38241fa1ca99d2
Include/internal/pycore_opcode_metadata.hhttps://github.com/python/cpython/pull/148477/files#diff-72bc4c0445516cc3eabd536220b2459617491ffaabbdb8a7c5381f36c991e378
View file https://github.com/NekoAsakura/cpython/blob/4f3187edcee97be45b3560ce47cdd03e965e9196/Include/internal/pycore_opcode_metadata.h
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/python/cpython/pull/148477/files
Please reload this pagehttps://github.com/python/cpython/pull/148477/files
Please reload this pagehttps://github.com/python/cpython/pull/148477/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.