René's URL Explorer Experiment


Title: bpo-30039: Don't run signal handlers while resuming a yield from stack by njsmith · Pull Request #1081 · python/cpython · GitHub

Open Graph Title: bpo-30039: Don't run signal handlers while resuming a yield from stack by njsmith · Pull Request #1081 · python/cpython

X Title: bpo-30039: Don't run signal handlers while resuming a yield from stack by njsmith · Pull Request #1081 · python/cpython

Description: If we have a chain of generators/coroutines that are 'yield from'ing each other, then resuming the stack works like: call send() on the outermost generator this enters _PyEval_EvalFrameDefault, which re-executes the YIELD_FROM opcode which calls send() on the next generator which enters _PyEval_EvalFrameDefault, which re-executes the YIELD_FROM opcode ...etc. However, every time we enter _PyEval_EvalFrameDefault, the first thing we do is to check for pending signals, and if there are any then we run the signal handler. And if it raises an exception, then we immediately propagate that exception instead of starting to execute bytecode. This means that e.g. a SIGINT at the wrong moment can "break the chain" – it can be raised in the middle of our yield from chain, with the bottom part of the stack abandoned for the garbage collector. The fix is pretty simple: there's already a special case in _PyEval_EvalFrameEx where it skips running signal handlers if the next opcode is SETUP_FINALLY. (I don't see how this accomplishes anything useful, but that's another story.) If we extend this check to also skip running signal handlers when the next opcode is YIELD_FROM, then that closes the hole – now the exception can only be raised at the innermost stack frame. This shouldn't have any performance implications, because the opcode check happens inside the "slow path" after we've already determined that there's a pending signal or something similar for us to process; the vast majority of the time this isn't true and the new check doesn't run at all. The included test fails before this patch, but passes afterwards.

Open Graph Description: If we have a chain of generators/coroutines that are 'yield from'ing each other, then resuming the stack works like: call send() on the outermost generator this enters _PyEval_EvalFrameDef...

X Description: If we have a chain of generators/coroutines that are 'yield from'ing each other, then resuming the stack works like: call send() on the outermost generator this enters _PyEval_Eval...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:297019aa-e6eb-1e4e-8e78-a2465d9837d9
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD936:A56AD:8E6C59:D0C8FB:6A4E1AA2
html-safe-noncecf5569f1b27fa00e6b3a18c12f704f57a88e788163283ecdd45cf71c339c168a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOTM2OkE1NkFEOjhFNkM1OTpEMEM4RkI6NkE0RTFBQTIiLCJ2aXNpdG9yX2lkIjoiODE0ODQ4OTg5MjIzMTI1NjczOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaca8cecf98bbd087f71bfd369aeeeb5d293111f0e413df4fd354fdff2ee0335e4c
hovercard-subject-tagpull_request:115279728
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/1081/files
twitter:imagehttps://avatars.githubusercontent.com/u/609896?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/609896?s=400&v=4
og:image:altIf we have a chain of generators/coroutines that are 'yield from'ing each other, then resuming the stack works like: call send() on the outermost generator this enters _PyEval_EvalFrameDef...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
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
release5fe497b4815fcce3df76c0e246faa739a82c3124
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/1081/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F1081%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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2F1081%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/1081/files
Reloadhttps://github.com/python/cpython/pull/1081/files
Reloadhttps://github.com/python/cpython/pull/1081/files
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 34.8k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.6k 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
1st1https://github.com/1st1
python:masterhttps://github.com/python/cpython/tree/master
njsmith:no-signal-handlers-during-yield-fromhttps://github.com/njsmith/cpython/tree/no-signal-handlers-during-yield-from
Conversation 28 https://github.com/python/cpython/pull/1081
Commits 4 https://github.com/python/cpython/pull/1081/commits
Checks 0 https://github.com/python/cpython/pull/1081/checks
Files changed https://github.com/python/cpython/pull/1081/files
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
bpo-30039: Don't run signal handlers while resuming a yield from stack https://github.com/python/cpython/pull/1081/files#top
Show all changes 4 commits https://github.com/python/cpython/pull/1081/files
7126cc1 bpo-30039: Don't run signal handlers while resuming a yield from stack njsmith Apr 11, 2017 https://github.com/python/cpython/pull/1081/commits/7126cc14524979b049264e3c11a4a183d62bf2af
b324f82 Merge branch 'master' into no-signal-handlers-during-yield-from njsmith Apr 23, 2017 https://github.com/python/cpython/pull/1081/commits/b324f8247255b4bc1f5b8d042821b92661bdbf87
51a3605 Merge branch 'master' into no-signal-handlers-during-yield-from 1st1 May 1, 2017 https://github.com/python/cpython/pull/1081/commits/51a36052bd352a7e5f6e6291d90c0b7a8b9d704c
30bd745 Merge branch 'master' into no-signal-handlers-during-yield-from May 17, 2017 https://github.com/python/cpython/pull/1081/commits/30bd74508b3fdfafc27bc59bddb8376b265eb527
Clear filters https://github.com/python/cpython/pull/1081/files
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
test_generators.py https://github.com/python/cpython/pull/1081/files#diff-885d4a7a1816281a78b69ca46cc2b8fa73060bdf5d55cbc54cdebb3d7aa90a52
NEWS https://github.com/python/cpython/pull/1081/files#diff-f920da77b137d2e8eedf287c987745a3ff99c83d20a6332f656b35d12c479d10
_testcapimodule.c https://github.com/python/cpython/pull/1081/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
ceval.c https://github.com/python/cpython/pull/1081/files#diff-c22186367cbe20233e843261998dc027ae5f1f8c0d2e778abfa454ae74cc59de
Lib/test/test_generators.pyhttps://github.com/python/cpython/pull/1081/files#diff-885d4a7a1816281a78b69ca46cc2b8fa73060bdf5d55cbc54cdebb3d7aa90a52
View file https://github.com/njsmith/cpython/blob/30bd74508b3fdfafc27bc59bddb8376b265eb527/Lib/test/test_generators.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/1081/{{ revealButtonHref }}
https://github.com/python/cpython/pull/1081/files#diff-885d4a7a1816281a78b69ca46cc2b8fa73060bdf5d55cbc54cdebb3d7aa90a52
isaiahhttps://github.com/isaiah
Dec 19, 2017https://github.com/python/cpython/pull/1081/files#r157803209
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
vstinnerhttps://github.com/vstinner
Dec 19, 2017https://github.com/python/cpython/pull/1081/files#r157863794
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
njsmithhttps://github.com/njsmith
Dec 20, 2017https://github.com/python/cpython/pull/1081/files#r157911323
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
isaiahhttps://github.com/isaiah
Dec 20, 2017https://github.com/python/cpython/pull/1081/files#r157977052
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
@njsmithhttps://github.com/njsmith
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
isaiahhttps://github.com/isaiah
Dec 20, 2017https://github.com/python/cpython/pull/1081/files#r157988510
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
@vstinnerhttps://github.com/vstinner
Please reload this pagehttps://github.com/python/cpython/pull/1081/files
https://github.com/python/cpython/pull/1081/files#diff-885d4a7a1816281a78b69ca46cc2b8fa73060bdf5d55cbc54cdebb3d7aa90a52
Misc/NEWShttps://github.com/python/cpython/pull/1081/files#diff-f920da77b137d2e8eedf287c987745a3ff99c83d20a6332f656b35d12c479d10
View file https://github.com/njsmith/cpython/blob/30bd74508b3fdfafc27bc59bddb8376b265eb527/Misc/NEWS
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/1081/{{ revealButtonHref }}
https://github.com/python/cpython/pull/1081/files#diff-f920da77b137d2e8eedf287c987745a3ff99c83d20a6332f656b35d12c479d10
https://github.com/python/cpython/pull/1081/files#diff-f920da77b137d2e8eedf287c987745a3ff99c83d20a6332f656b35d12c479d10
Modules/_testcapimodule.chttps://github.com/python/cpython/pull/1081/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
View file https://github.com/njsmith/cpython/blob/30bd74508b3fdfafc27bc59bddb8376b265eb527/Modules/_testcapimodule.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/1081/{{ revealButtonHref }}
https://github.com/python/cpython/pull/1081/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
https://github.com/python/cpython/pull/1081/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
https://github.com/python/cpython/pull/1081/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
https://github.com/python/cpython/pull/1081/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
Python/ceval.chttps://github.com/python/cpython/pull/1081/files#diff-c22186367cbe20233e843261998dc027ae5f1f8c0d2e778abfa454ae74cc59de
View file https://github.com/njsmith/cpython/blob/30bd74508b3fdfafc27bc59bddb8376b265eb527/Python/ceval.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/1081/{{ revealButtonHref }}
https://github.com/python/cpython/pull/1081/files#diff-c22186367cbe20233e843261998dc027ae5f1f8c0d2e778abfa454ae74cc59de
https://github.com/python/cpython/pull/1081/files#diff-c22186367cbe20233e843261998dc027ae5f1f8c0d2e778abfa454ae74cc59de
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.