René's URL Explorer Experiment


Title: gh-118331: Don't raise an error if tuple allocation fails when clearing weakrefs by mpage · Pull Request #118338 · python/cpython · GitHub

Open Graph Title: gh-118331: Don't raise an error if tuple allocation fails when clearing weakrefs by mpage · Pull Request #118338 · python/cpython

X Title: gh-118331: Don't raise an error if tuple allocation fails when clearing weakrefs by mpage · Pull Request #118338 · python/cpython

Description: It's not safe to raise an exception in PyObject_ClearWeakRefs() if one is not already set. PyObject_ClearWeakRefs() may be called (transitively) by _Py_Dealloc(), which contains cpython/Objects/object.c Lines 2843 to 2860 in 5a90de0 // gh-89373: The tp_dealloc function must leave the current exception // unchanged. if (tstate != NULL && tstate->current_exception != old_exc) { const char *err; if (old_exc == NULL) { err = "Deallocator of type '%s' raised an exception"; } else if (tstate->current_exception == NULL) { err = "Deallocator of type '%s' cleared the current exception"; } else { // It can happen if dealloc() normalized the current exception. // A deallocator function must not change the current exception, // not even normalize it. err = "Deallocator of type '%s' overrode the current exception"; } _Py_FatalErrorFormat(__func__, err, type->tp_name); } Additionally, make sure we clear the weakrefs when tuple allocation fails. This bug predates gh-111926. It exists in 3.12 and likely in earlier versions too. If it's getting tickled now, I suspect it's because we always allocate a tuple now when clearing weakrefs that have callbacks, whereas previously we only did so if there was more than one weakref with a callback, making it more likely that we fail to allocate a tuple when running test_repl.TestInteractiveInterpreter.test_no_memory. Issue: gh-118331

Open Graph Description: It's not safe to raise an exception in PyObject_ClearWeakRefs() if one is not already set. PyObject_ClearWeakRefs() may be called (transitively) by _Py_Dealloc(), which contains ...

X Description: It's not safe to raise an exception in PyObject_ClearWeakRefs() if one is not already set. PyObject_ClearWeakRefs() may be called (transitively) by _Py_Dealloc(), which contains ...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/commits/:range(.:format)
route-controllerpull_requests
route-actioncommits
fetch-noncev2:01ae8928-9702-d13d-9d4c-ddd887cfc33b
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9032:B0C39:148EACB:1B1E8E9:69968739
html-safe-noncef53b0dcbb01d4b1bff35e2aa135fb132e0ef9882774e7e4ac3a3a0dfa83d740e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MDMyOkIwQzM5OjE0OEVBQ0I6MUIxRThFOTo2OTk2ODczOSIsInZpc2l0b3JfaWQiOiIxOTUzOTIwNjc1MDE1NDYwNjY1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac24165010eb386d063d781de9c4e565b0caaf10171877690b39d3ae514f303120
hovercard-subject-tagpull_request:1843615158
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/commits
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
twitter:imagehttps://avatars.githubusercontent.com/u/577841?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/577841?s=400&v=4
og:image:altIt's not safe to raise an exception in PyObject_ClearWeakRefs() if one is not already set. PyObject_ClearWeakRefs() may be called (transitively) by _Py_Dealloc(), which contains ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5513290f8d09a9ed78de519ab8316ed23b2b0ddd5e91d2420df56691d00827e8
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseaec344f4c0373b43d84a8d2e31ea006da714f08f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F118338%2Fcommits%2F632087c085e0f571a435501e03ed294675f36eb6
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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%2F118338%2Fcommits%2F632087c085e0f571a435501e03ed294675f36eb6
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%2Fcommits&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
Reloadhttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
Reloadhttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 34.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.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.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security 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 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
colesburyhttps://github.com/colesbury
python:mainhttps://github.com/python/cpython/tree/main
mpage:gh-118331-wr-no-memhttps://github.com/mpage/cpython/tree/gh-118331-wr-no-mem
Conversation 7 https://github.com/python/cpython/pull/118338
Commits 6 https://github.com/python/cpython/pull/118338/commits
Checks 0 https://github.com/python/cpython/pull/118338/checks
Files changed https://github.com/python/cpython/pull/118338/files
Please reload this pagehttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
gh-118331: Don't raise an error if tuple allocation fails when clearing weakrefs https://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6#top
Show all changes 6 commits https://github.com/python/cpython/pull/118338/files
195a7e5 Don't raise an error if tuple allocation fails when clearing weakrefs mpage Apr 26, 2024 https://github.com/python/cpython/pull/118338/commits/195a7e59cff10be13bc0473bb43517f340d6de35
99e3f85 Fix test mpage Apr 26, 2024 https://github.com/python/cpython/pull/118338/commits/99e3f854df936e98665a99f83eb36816f3be4a9c
632087c Make test more robust to future changes mpage Apr 27, 2024 https://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
7ba419d Don't pass object to `PyErr_WriteUnraisable` mpage Apr 27, 2024 https://github.com/python/cpython/pull/118338/commits/7ba419dca085c04a7de2d8e794b71557959ee4d2
15c85d4 Don't chain exceptions mpage Apr 29, 2024 https://github.com/python/cpython/pull/118338/commits/15c85d453f12cefa64f3142685e01edb992d5b20
728a297 Merge branch 'main' into gh-118331-wr-no-mem mpage Apr 29, 2024 https://github.com/python/cpython/pull/118338/commits/728a2979f66059cddbd7f42da83c36575865ed93
Clear filters https://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
Please reload this pagehttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
Please reload this pagehttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
Prev https://github.com/python/cpython/pull/118338/commits/99e3f854df936e98665a99f83eb36816f3be4a9c
Next https://github.com/python/cpython/pull/118338/commits/7ba419dca085c04a7de2d8e794b71557959ee4d2
Please reload this pagehttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6
https://github.com/mpage
mpagehttps://github.com/python/cpython/commits?author=mpage
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L629
Lib/test/test_weakref.pyhttps://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6#diff-937b32719db22ef614ad443f33d3c274ccc905bb58badd4167d6720e0e45d575
View file https://github.com/mpage/cpython/blob/632087c085e0f571a435501e03ed294675f36eb6/Lib/test/test_weakref.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/118338/commits/{{ revealButtonHref }}
https://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6#diff-937b32719db22ef614ad443f33d3c274ccc905bb58badd4167d6720e0e45d575
https://github.com/python/cpython/pull/118338/commits/632087c085e0f571a435501e03ed294675f36eb6#diff-937b32719db22ef614ad443f33d3c274ccc905bb58badd4167d6720e0e45d575
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.