René's URL Explorer Experiment


Title: bpo-36867: Make semaphore_tracker track other system resources. by pierreglaser · Pull Request #13222 · python/cpython · GitHub

Open Graph Title: bpo-36867: Make semaphore_tracker track other system resources. by pierreglaser · Pull Request #13222 · python/cpython

X Title: bpo-36867: Make semaphore_tracker track other system resources. by pierreglaser · Pull Request #13222 · python/cpython

Description: Primary Purpose This PR proposes to extend the semaphore_tracker range of action to other system resources. Currently in python3.8, if a process that created a shared_memory object gets violently terminated (with kill for example), the memory segment will not be properly released until the next machine reboot. This will be problematic for long-running clusters used by many different users. The primary reason of this PR is thus to extend the semaphore_tracker to track also shared_memory segments. The semaphore_tracker module gets consequently renamed resource_tracker. Extension to a potentially public API Additionally, the design of the resource_tracker is more generic, and possibly suggests a new public API to enable the tracking other named-resources. For now, the private _CLEANUP_FUNCS dict references all the types that can possibly be tracked. To start tracking a new type, the resource_tracker only needs to know which cleanup routine to apply to each leaked instance of this type after the python session ends. The public API would thus consist of a function like resource_tracker.register_resource_type(resource_type, cleanup_func), where: resource_type is a string cleanup_func must be a callable taking a single string as an argument. Under the hood, register_resource_type would populate the CLEANUP_FUNCS with the new (type, cleanup_func) record. Operating System Availability To ease the review process of this PR. the resource_tracker is now POSIX only. I however have a functional windows implementation that I will provide upon demand :) pinging @pitrou @ogrisel @tomMoral @pablogsal this may interest you as well :) https://bugs.python.org/issue36867

Open Graph Description: Primary Purpose This PR proposes to extend the semaphore_tracker range of action to other system resources. Currently in python3.8, if a process that created a shared_memory object gets violently ...

X Description: Primary Purpose This PR proposes to extend the semaphore_tracker range of action to other system resources. Currently in python3.8, if a process that created a shared_memory object gets violently ...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:3a445f64-d056-d485-4965-ddfb7675095f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE13E:3E7C6:36EE1E:4A89C9:6A514136
html-safe-nonce7ac2ae08a81484526d2d67bc00896534432d5247851cd7054687d792f56955ba
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMTNFOjNFN0M2OjM2RUUxRTo0QTg5Qzk6NkE1MTQxMzYiLCJ2aXNpdG9yX2lkIjoiMzAzMDI5Mjk1NjA0MzEwMDQ3MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacfbf9f29109632f70759a448b23349b14e40c743420e4034b4ec58dc02c8cdc3f
hovercard-subject-tagpull_request:277494385
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/13222/files
twitter:imagehttps://avatars.githubusercontent.com/u/18555600?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/18555600?s=400&v=4
og:image:altPrimary Purpose This PR proposes to extend the semaphore_tracker range of action to other system resources. Currently in python3.8, if a process that created a shared_memory object gets violently ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonee840f405b2718e8f2d55aafa9ff27dbce17e29d0c253011d05ea0fea3c78baff
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
releasee876f00c5723f6080b9d294e4958fd4d506e6faf
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/13222/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F13222%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%2F13222%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/13222/files
Reloadhttps://github.com/python/cpython/pull/13222/files
Reloadhttps://github.com/python/cpython/pull/13222/files
Please reload this pagehttps://github.com/python/cpython/pull/13222/files
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/13222/files
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.7k 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
pitrouhttps://github.com/pitrou
python:masterhttps://github.com/python/cpython/tree/master
pierreglaser:resource-trackerhttps://github.com/pierreglaser/cpython/tree/resource-tracker
Conversation 21 https://github.com/python/cpython/pull/13222
Commits 20 https://github.com/python/cpython/pull/13222/commits
Checks 0 https://github.com/python/cpython/pull/13222/checks
Files changed https://github.com/python/cpython/pull/13222/files
Please reload this pagehttps://github.com/python/cpython/pull/13222/files
bpo-36867: Make semaphore_tracker track other system resources. https://github.com/python/cpython/pull/13222/files#top
Show all changes 20 commits https://github.com/python/cpython/pull/13222/files
ff7ccd7 MNT refactor semaphore_tracker -> resource_tracker pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/ff7ccd77b68567a0205c3b75de60924d06107fb4
24396f4 DOC adjust module level introduction commment pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/24396f4824251c4094b5a651f13b0ed491f61c4c
d6c1ae5 ENH extend ResourceTracker to arbitrary resources pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/d6c1ae51d940e8e521521a550631a72e2c50ce03
c0eeec9 CLN fixup pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/c0eeec98569447222eebe0dd7a768e1dcf0d6ce6
7ec1276 TST resource_tracker for all resource types pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/7ec1276547b2156f789b4e46ba283ece0fef1fc5
fc32d11 ENH track shared memory segments pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/fc32d116f247e31e33ff36914be993431efb04e9
add3b91 CLN surround posix-only imports and functions pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/add3b919273cb4104f690b1f500827fbc1451ec3
d1c7f0e CLN stale comment pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/d1c7f0e39b235c282e090e9fcb3eb34d7cce39eb
a2a0d55 📜🤖 Added by blurb_it. blurb-it[bot] May 9, 2019 https://github.com/python/cpython/pull/13222/commits/a2a0d5569454bbc5496ca4ca30f478f10f719d39
bb818d2 FIX remove Finalizers for shared_memory pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/bb818d2d13793a2c7c561769745f6407fdc180b5
52f21c1 CLN unused import pierreglaser May 9, 2019 https://github.com/python/cpython/pull/13222/commits/52f21c1f8fd83c12507ff8934b36287766fe9d3a
0837e09 CLN improve SemaphoreTracker messages pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/0837e0965e81d8002d8c616a27ea7df731d41a95
1d7ecdb CLN typo pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/1d7ecdb2f925a6b43640ee537205b28796559d94
33c865f CLN do not enable folder tracking, cleaner PROBE pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/33c865f74b0795706bb98a32c026cb11681687a0
c211357 CLN stale code, use f-strings pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/c211357e11bc1afe8ff90b6b6b0ace23e54f275d
c9cfac5 TST test end to end shared-memory cleanup pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/c9cfac5497a2016b584350661c2bffb5403e6289
1c5341a DOC more comments pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/1c5341abcee3bab31d3f67676d69f9d8e0fe971a
907ffb9 CLN simplifications pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/907ffb9a3a218b8a9582042ab82f446c8f6bb78d
a2822a5 CLN rename test pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/a2822a5d1a59340f0a614ccf4481e3b660c572d8
a774473 Merge pull request #3 from pierreglaser/end-to-end-shared-memory-test pierreglaser May 10, 2019 https://github.com/python/cpython/pull/13222/commits/a77447309f63aaed1acb1a4937ddfc2551c2b766
Clear filters https://github.com/python/cpython/pull/13222/files
Please reload this pagehttps://github.com/python/cpython/pull/13222/files
Please reload this pagehttps://github.com/python/cpython/pull/13222/files
forkserver.py https://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
popen_spawn_posix.py https://github.com/python/cpython/pull/13222/files#diff-5f06efa6433d283b73277f6f102c8a0a0feac951e71c72f952a89cbfcd21413d
resource_tracker.py https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
shared_memory.py https://github.com/python/cpython/pull/13222/files#diff-79663aed87ea0a8bbe1009dd0438f8526282b5ecfc3b6eec4757bcd79b76531b
spawn.py https://github.com/python/cpython/pull/13222/files#diff-3612bea8104783e1f08635ddc3244cdde48e5b3b1339d4357abe5b78807834bc
synchronize.py https://github.com/python/cpython/pull/13222/files#diff-2e2ccdb4fbe28ed5937bf6749cbdb0f4ea37f29ab6f8dbb4abd898f2c8ae7618
_test_multiprocessing.py https://github.com/python/cpython/pull/13222/files#diff-c3db62f7c1928499afd71830c22c8bb8f56843a4533cecf69137973d73c489fc
2019-05-09-18-12-55.bpo-36867.FuwVTi.rst https://github.com/python/cpython/pull/13222/files#diff-20a4e9e0437ab5ace9ad671f78b8e3a668cbad6a69bb8f6583a87a0bcf435794
lib.pyproj https://github.com/python/cpython/pull/13222/files#diff-8b264d5a3d562fe10f3e28a59a223e1e74938149b065b666603bd05fddb1250b
Lib/multiprocessing/forkserver.pyhttps://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
View file https://github.com/pierreglaser/cpython/blob/a77447309f63aaed1acb1a4937ddfc2551c2b766/Lib/multiprocessing/forkserver.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/13222/{{ revealButtonHref }}
https://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
https://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
https://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
https://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
https://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
https://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
https://github.com/python/cpython/pull/13222/files#diff-8d5185659419cdf73e93f59cf3941dfe1c523d9e1310e349b4d4afe3b63cb66d
Lib/multiprocessing/popen_spawn_posix.pyhttps://github.com/python/cpython/pull/13222/files#diff-5f06efa6433d283b73277f6f102c8a0a0feac951e71c72f952a89cbfcd21413d
View file https://github.com/pierreglaser/cpython/blob/a77447309f63aaed1acb1a4937ddfc2551c2b766/Lib/multiprocessing/popen_spawn_posix.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/13222/{{ revealButtonHref }}
https://github.com/python/cpython/pull/13222/files#diff-5f06efa6433d283b73277f6f102c8a0a0feac951e71c72f952a89cbfcd21413d
https://github.com/python/cpython/pull/13222/files#diff-5f06efa6433d283b73277f6f102c8a0a0feac951e71c72f952a89cbfcd21413d
Lib/multiprocessing/semaphore_tracker.py → Lib/multiprocessing/resource_tracker.pyhttps://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
View file https://github.com/pierreglaser/cpython/blob/a77447309f63aaed1acb1a4937ddfc2551c2b766/Lib/multiprocessing/resource_tracker.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/13222/{{ revealButtonHref }}
https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
https://github.com/python/cpython/pull/13222/files#diff-4f8ba5461d41bcd179f808273f136ee8b20ec571940c457c3559fffc94375b71
Lib/multiprocessing/shared_memory.pyhttps://github.com/python/cpython/pull/13222/files#diff-79663aed87ea0a8bbe1009dd0438f8526282b5ecfc3b6eec4757bcd79b76531b
View file https://github.com/pierreglaser/cpython/blob/a77447309f63aaed1acb1a4937ddfc2551c2b766/Lib/multiprocessing/shared_memory.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/13222/{{ revealButtonHref }}
https://github.com/python/cpython/pull/13222/files#diff-79663aed87ea0a8bbe1009dd0438f8526282b5ecfc3b6eec4757bcd79b76531b
https://github.com/python/cpython/pull/13222/files#diff-79663aed87ea0a8bbe1009dd0438f8526282b5ecfc3b6eec4757bcd79b76531b
https://github.com/python/cpython/pull/13222/files#diff-79663aed87ea0a8bbe1009dd0438f8526282b5ecfc3b6eec4757bcd79b76531b
https://github.com/python/cpython/pull/13222/files#diff-79663aed87ea0a8bbe1009dd0438f8526282b5ecfc3b6eec4757bcd79b76531b
Lib/multiprocessing/spawn.pyhttps://github.com/python/cpython/pull/13222/files#diff-3612bea8104783e1f08635ddc3244cdde48e5b3b1339d4357abe5b78807834bc
View file https://github.com/pierreglaser/cpython/blob/a77447309f63aaed1acb1a4937ddfc2551c2b766/Lib/multiprocessing/spawn.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/13222/{{ revealButtonHref }}
https://github.com/python/cpython/pull/13222/files#diff-3612bea8104783e1f08635ddc3244cdde48e5b3b1339d4357abe5b78807834bc
https://github.com/python/cpython/pull/13222/files#diff-3612bea8104783e1f08635ddc3244cdde48e5b3b1339d4357abe5b78807834bc
Lib/multiprocessing/synchronize.pyhttps://github.com/python/cpython/pull/13222/files#diff-2e2ccdb4fbe28ed5937bf6749cbdb0f4ea37f29ab6f8dbb4abd898f2c8ae7618
View file https://github.com/pierreglaser/cpython/blob/a77447309f63aaed1acb1a4937ddfc2551c2b766/Lib/multiprocessing/synchronize.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python/cpython/pull/13222/{{ revealButtonHref }}
https://github.com/python/cpython/pull/13222/files#diff-2e2ccdb4fbe28ed5937bf6749cbdb0f4ea37f29ab6f8dbb4abd898f2c8ae7618
https://github.com/python/cpython/pull/13222/files#diff-2e2ccdb4fbe28ed5937bf6749cbdb0f4ea37f29ab6f8dbb4abd898f2c8ae7618
Please reload this pagehttps://github.com/python/cpython/pull/13222/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.