René's URL Explorer Experiment


Title: GH-126491: Lower heap size limit with faster marking by markshannon · Pull Request #127519 · python/cpython · GitHub

Open Graph Title: GH-126491: Lower heap size limit with faster marking by markshannon · Pull Request #127519 · python/cpython

X Title: GH-126491: Lower heap size limit with faster marking by markshannon · Pull Request #127519 · python/cpython

Description: With marking added to the cyclic GC (#127110) we spend a lot of the time in the GC forming transitive closures, both for marking and for the increments of the incremental GC. Unfortunately the current algorithm has a couple of mistakes in it. One harmful, one beneficial. The beneficial one is counting the initial mark twice. This helps because it reduces the cost of GC on heaps with little or no garbage The harmful one is allowing the amount of work done to grow in proportion to the heap size. These more or less cancel out. This PR deliberately counts marking as twice as effective as normal collection, but limits the amount of work done. To do so, we need to increase the typical amount of work done a bit. This has the advantage of limiting the amount of garbage to (roughly) 1/3 of the heap. This PR does two things: Speeds up the marking and increment creation phases Visits objects a bit faster to maintain a lower heap size. Issue: gh-126491

Open Graph Description: With marking added to the cyclic GC (#127110) we spend a lot of the time in the GC forming transitive closures, both for marking and for the increments of the incremental GC. Unfortunately the curr...

X Description: With marking added to the cyclic GC (#127110) we spend a lot of the time in the GC forming transitive closures, both for marking and for the increments of the incremental GC. Unfortunately the curr...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/commits/:range(.:format)
route-controllerpull_requests
route-actioncommits
fetch-noncev2:5833e7be-84d4-35bc-39db-43c14ace50f2
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDCD4:23FBE8:4E40D5F:68DF23A:6995AC43
html-safe-nonce3e9d90be5f61ac9afd62a4ea7f626d49d9d9a68a7731515464b966c74f2ba97c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQ0Q0OjIzRkJFODo0RTQwRDVGOjY4REYyM0E6Njk5NUFDNDMiLCJ2aXNpdG9yX2lkIjoiNzQyNDUxNzQ4MzExMjI3OTEwNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0c1e3a5668de1fb40fa80b502a1e589a7c0ba31cd8ed9a5f53319aebb9ab3103
hovercard-subject-tagpull_request:2210691679
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/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
twitter:imagehttps://avatars.githubusercontent.com/u/9448417?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/9448417?s=400&v=4
og:image:altWith marking added to the cyclic GC (#127110) we spend a lot of the time in the GC forming transitive closures, both for marking and for the increments of the incremental GC. Unfortunately the curr...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4bd759bc5f83244e2a0de29b937365905c0fefd238b6f077c24a49830375b4df
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-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseca709e595006be878b5ff15e639197cf6e6c8efb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F127519%2Fcommits%2Fc024484826464a563bea4e379f23ad870c3b5c95
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%2F127519%2Fcommits%2Fc024484826464a563bea4e379f23ad870c3b5c95
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/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
Reloadhttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
Reloadhttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 34.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.5k 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
markshannonhttps://github.com/markshannon
python:mainhttps://github.com/python/cpython/tree/main
faster-cpython:faster-markinghttps://github.com/faster-cpython/cpython/tree/faster-marking
Conversation 24 https://github.com/python/cpython/pull/127519
Commits 24 https://github.com/python/cpython/pull/127519/commits
Checks 0 https://github.com/python/cpython/pull/127519/checks
Files changed https://github.com/python/cpython/pull/127519/files
Please reload this pagehttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
GH-126491: Lower heap size limit with faster marking https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#top
Show all changes 24 commits https://github.com/python/cpython/pull/127519/files
3038a78 Faster marking of reachable objects markshannon Nov 9, 2024 https://github.com/python/cpython/pull/127519/commits/3038a78fc50757dce9ec2ae50a19708a7a9bed42
c024484 Handle more classes in fast marking markshannon Nov 10, 2024 https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
e8497ae Add support for asyn generators on fast path. Simplify counting markshannon Nov 11, 2024 https://github.com/python/cpython/pull/127519/commits/e8497ae4285efee06ee97bbb02bf851e9d7bfba3
4c1a6bc Check stackref before converting to PyObject * markshannon Nov 11, 2024 https://github.com/python/cpython/pull/127519/commits/4c1a6bcf5e30a4801e4cc6cfb8617fc944f1183b
6efb4c0 Rename stuff markshannon Nov 13, 2024 https://github.com/python/cpython/pull/127519/commits/6efb4c0e6c0e34e93900c49e622250fdb94b390f
b1c7ab0 Remove expand_region_transitively_reachable and use move_all_transiti… markshannon Nov 13, 2024 https://github.com/python/cpython/pull/127519/commits/b1c7ab03cbfa590d9bfd344606bf9a19ccac6f84
07f228b Merge branch 'main' into faster-marking markshannon Dec 2, 2024 https://github.com/python/cpython/pull/127519/commits/07f228ba7441d0c832768153ff9c7a0359a1f820
51ff78e Fix compiler warnings and linkage markshannon Dec 2, 2024 https://github.com/python/cpython/pull/127519/commits/51ff78e646b2f5d17a00464286e7145473d40041
df907b5 Fix another linkage issue markshannon Dec 2, 2024 https://github.com/python/cpython/pull/127519/commits/df907b5b777918bf7233ee310a6d97aa3dd86ff2
9ca64f5 Try 'extern' markshannon Dec 2, 2024 https://github.com/python/cpython/pull/127519/commits/9ca64f55e63e8425fc1075f296ce7dc63918fc62
bda13f4 Go back to PyAPI_FUNC and move functions together markshannon Dec 2, 2024 https://github.com/python/cpython/pull/127519/commits/bda13f44a28ea175ce6d3fea7f5118007f1298e7
d9d63c8 Use _Py_FALLTHROUGH markshannon Dec 2, 2024 https://github.com/python/cpython/pull/127519/commits/d9d63c8c249d306f3a0892278461985a0bf7061c
57b8820 Add necessary #ifndef Py_GIL_DISABLED markshannon Dec 2, 2024 https://github.com/python/cpython/pull/127519/commits/57b8820bd054d74435283277bd81c11e7a446ce5
a607059 Go back to using tp_traverse, but make traversal more efficient markshannon Dec 3, 2024 https://github.com/python/cpython/pull/127519/commits/a607059498f74138315ad6d628d9808fedd723b8
1545508 Tidy up markshannon Dec 3, 2024 https://github.com/python/cpython/pull/127519/commits/15455081f85f9cf119f439d09fae735636fe011e
a1a38c8 A bit more tidying up markshannon Dec 3, 2024 https://github.com/python/cpython/pull/127519/commits/a1a38c8da1e38fdb9392f37462f7f9d440d72ed3
68fc90b Move all work to do calculations to one place markshannon Dec 3, 2024 https://github.com/python/cpython/pull/127519/commits/68fc90bb74654f57a1fab692044daeb6f493adfd
8893cf5 Assume that increments are 50% garbage for work done calculation markshannon Dec 3, 2024 https://github.com/python/cpython/pull/127519/commits/8893cf53bec4645245f11707bc0b11704cb40494
ba20c7c Elaborate comment markshannon Dec 4, 2024 https://github.com/python/cpython/pull/127519/commits/ba20c7c990ff0dbb6af8ec27b5bb8780015f3edc
8262bf0 More tweaking of thresholds markshannon Dec 4, 2024 https://github.com/python/cpython/pull/127519/commits/8262bf010f85d3a4338d644513c1613ec8d1771f
3c2116e Do some algebra markshannon Dec 4, 2024 https://github.com/python/cpython/pull/127519/commits/3c2116edacadf0a5d81110529edb92459f3733f8
72d0284 Revert to 2M+I from 3M+I markshannon Dec 4, 2024 https://github.com/python/cpython/pull/127519/commits/72d0284492ff0adc8e15e01e8a819853f1d1a85a
0f182e2 Address review comments markshannon Dec 5, 2024 https://github.com/python/cpython/pull/127519/commits/0f182e2467a97b52335ca9274ade8b1ce0982445
d3c21bb Address review comments and clarify code a bit markshannon Dec 5, 2024 https://github.com/python/cpython/pull/127519/commits/d3c21bb57092428592b86af28246ed1221b002f5
Clear filters https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
Please reload this pagehttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
Please reload this pagehttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
pycore_typeobject.h https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
genobject.c https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-2a0c449b68605ebd0872fd232e60ce7e838a77782a6d2e364764f99514fb508a
moduleobject.c https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-8c2a0fd137780a0ee11c19aae8e46e8490f7667698cd78a5bde466bc995a08c5
setobject.c https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
typeobject.c https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
gc.c https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
Prev https://github.com/python/cpython/pull/127519/commits/3038a78fc50757dce9ec2ae50a19708a7a9bed42
Next https://github.com/python/cpython/pull/127519/commits/e8497ae4285efee06ee97bbb02bf851e9d7bfba3
Please reload this pagehttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95
https://github.com/markshannon
markshannonhttps://github.com/python/cpython/commits?author=markshannon
Include/internal/pycore_typeobject.hhttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
View file https://github.com/faster-cpython/cpython/blob/c024484826464a563bea4e379f23ad870c3b5c95/Include/internal/pycore_typeobject.h
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/127519/commits/{{ revealButtonHref }}
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-9df981eafa9c743230f2e1513191ba147f0fba63d0c51fb7968c1e7093d9e877
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L214
Objects/genobject.chttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-2a0c449b68605ebd0872fd232e60ce7e838a77782a6d2e364764f99514fb508a
View file https://github.com/faster-cpython/cpython/blob/c024484826464a563bea4e379f23ad870c3b5c95/Objects/genobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/127519/commits/{{ revealButtonHref }}
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-2a0c449b68605ebd0872fd232e60ce7e838a77782a6d2e364764f99514fb508a
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-2a0c449b68605ebd0872fd232e60ce7e838a77782a6d2e364764f99514fb508a
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-2a0c449b68605ebd0872fd232e60ce7e838a77782a6d2e364764f99514fb508a
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-2a0c449b68605ebd0872fd232e60ce7e838a77782a6d2e364764f99514fb508a
Objects/moduleobject.chttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-8c2a0fd137780a0ee11c19aae8e46e8490f7667698cd78a5bde466bc995a08c5
View file https://github.com/faster-cpython/cpython/blob/c024484826464a563bea4e379f23ad870c3b5c95/Objects/moduleobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/127519/commits/{{ revealButtonHref }}
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-8c2a0fd137780a0ee11c19aae8e46e8490f7667698cd78a5bde466bc995a08c5
Objects/setobject.chttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
View file https://github.com/faster-cpython/cpython/blob/c024484826464a563bea4e379f23ad870c3b5c95/Objects/setobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/127519/commits/{{ revealButtonHref }}
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
https://github.com/python/cpython/blob/main/.github/CODEOWNERS#L217
Objects/typeobject.chttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
View file https://github.com/faster-cpython/cpython/blob/c024484826464a563bea4e379f23ad870c3b5c95/Objects/typeobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/127519/commits/{{ revealButtonHref }}
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-1decebeef15f4e0b0ce106c665751ec55068d4d1d1825847925ad4f528b5b872
Python/gc.chttps://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
View file https://github.com/faster-cpython/cpython/blob/c024484826464a563bea4e379f23ad870c3b5c95/Python/gc.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/127519/commits/{{ revealButtonHref }}
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
https://github.com/python/cpython/pull/127519/commits/c024484826464a563bea4e379f23ad870c3b5c95#diff-a848a0ef178aa113a092e72403da0e344f37bd141bb90a7aa65015c77bfe7385
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.