René's URL Explorer Experiment


Title: gh-140232: Do not track frozenset objects with immutables by eendebakpt · Pull Request #140234 · python/cpython · GitHub

Open Graph Title: gh-140232: Do not track frozenset objects with immutables by eendebakpt · Pull Request #140234 · python/cpython

X Title: gh-140232: Do not track frozenset objects with immutables by eendebakpt · Pull Request #140234 · python/cpython

Description: In the PR we untrack frozen tuples for the normal constructors. There are a few methods shared between the set and frozenset (for example set_intersection in setobject.c) where we have not added the untracking. (this is possible, but I am not sure this is worthwhile to do). Here is a small script to test the idea: import gc import time from statistics import mean number_of_iterations = 20 number_of_gc_iterations = 50 deltas = [] gc.disable() gc.collect() for kk in range(number_of_iterations): t0 = time.perf_counter() for jj in range(number_of_gc_iterations): gc.collect() dt = time.perf_counter() - t0 deltas.append(dt) print(f"time per collection: mean {1e3 * mean(deltas) / number_of_iterations:.3f} [ms], min {1e3 * min(deltas) / number_of_iterations:.3f} [ms]") sets = [frozenset([ii]) for ii in range(10_000)] deltas = [] print("---") gc.disable() gc.collect() for kk in range(number_of_iterations): t0 = time.perf_counter() for jj in range(number_of_gc_iterations): gc.collect() dt = time.perf_counter() - t0 deltas.append(dt) print(f"time per collection: mean {1e3 * mean(deltas) / number_of_iterations:.3f} [ms], min {1e3 * min(deltas) / number_of_iterations:.3f} [ms]") #%% Show statistics of frozen containers gc.collect() def candidate(obj): return all(not gc.is_tracked(x) for x in obj) for immutable_type in (tuple, frozenset): number_of_objects_tracked = 0 number_of_candidates = 0 number_of_immutable_candidates = 0 for obj in gc.get_objects(): number_of_objects_tracked += 1 if type(obj) is immutable_type: number_of_candidates += 1 # print(f"{type(obj)} = {obj}") if candidate(obj): number_of_immutable_candidates += 1 print(f"type {immutable_type}") print(f" {number_of_objects_tracked=}") print(f" {number_of_candidates=}") print(f" {number_of_immutable_candidates=}") It measures the performance of garbage collection, and outputs some statistics for the numbers of frozen containers. Main: time per collection: mean 1.311 [ms], min 1.301 [ms] --- time per collection: mean 2.467 [ms], min 2.272 [ms] type number_of_objects_tracked=18330 number_of_candidates=546 number_of_immutable_candidates=1 type number_of_objects_tracked=18330 number_of_candidates=10059 number_of_immutable_candidates=10057 PR time per collection: mean 1.285 [ms], min 1.251 [ms] --- time per collection: mean 1.424 [ms], min 1.396 [ms] type number_of_objects_tracked=8273 number_of_candidates=546 number_of_immutable_candidates=6 type number_of_objects_tracked=8273 number_of_candidates=2 number_of_immutable_candidates=0 Issue: gh-140232

Open Graph Description: In the PR we untrack frozen tuples for the normal constructors. There are a few methods shared between the set and frozenset (for example set_intersection in setobject.c) where we have not added th...

X Description: In the PR we untrack frozen tuples for the normal constructors. There are a few methods shared between the set and frozenset (for example set_intersection in setobject.c) where we have not added th...

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

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:87f17a13-5041-773c-8b15-7a8264ad5995
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD40C:3AB9FF:1690EAB:1FD9F1B:696F6366
html-safe-noncec4d9d256357e84fddd5b62c44683921ead86c090b943b35da65a7ea1049dc6c7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDBDOjNBQjlGRjoxNjkwRUFCOjFGRDlGMUI6Njk2RjYzNjYiLCJ2aXNpdG9yX2lkIjoiNDMyNjk5MTk2MTIwMjMyMDIzMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6dfd388a63546a7901fb2fa062bf22c568ba480adf1dd64ae4042232d3fa9a12
hovercard-subject-tagpull_request:2922128185
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/140234/files
twitter:imagehttps://avatars.githubusercontent.com/u/883786?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/883786?s=400&v=4
og:image:altIn the PR we untrack frozen tuples for the normal constructors. There are a few methods shared between the set and frozenset (for example set_intersection in setobject.c) where we have not added th...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None774d0922d2c4577043d2dab90427344eb4c6ce1d5579acb1dd504cff1a7e46f8
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
release650acea592f12d1bd8931d44546c209e0b06ed6e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F140234%2Ffiles
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F140234%2Ffiles
Sign up https://patch-diff.githubusercontent.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://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
Reloadhttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
Reloadhttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
python https://patch-diff.githubusercontent.com/python
cpythonhttps://patch-diff.githubusercontent.com/python/cpython
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://patch-diff.githubusercontent.com/login?return_to=%2Fpython%2Fcpython
Star 71.2k https://patch-diff.githubusercontent.com/login?return_to=%2Fpython%2Fcpython
Code https://patch-diff.githubusercontent.com/python/cpython
Issues 5k+ https://patch-diff.githubusercontent.com/python/cpython/issues
Pull requests 2.1k https://patch-diff.githubusercontent.com/python/cpython/pulls
Actions https://patch-diff.githubusercontent.com/python/cpython/actions
Projects 31 https://patch-diff.githubusercontent.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/python/cpython/security
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
Insights https://patch-diff.githubusercontent.com/python/cpython/pulse
Code https://patch-diff.githubusercontent.com/python/cpython
Issues https://patch-diff.githubusercontent.com/python/cpython/issues
Pull requests https://patch-diff.githubusercontent.com/python/cpython/pulls
Actions https://patch-diff.githubusercontent.com/python/cpython/actions
Projects https://patch-diff.githubusercontent.com/python/cpython/projects
Security https://patch-diff.githubusercontent.com/python/cpython/security
Insights https://patch-diff.githubusercontent.com/python/cpython/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
eendebakpthttps://patch-diff.githubusercontent.com/eendebakpt
python:mainhttps://patch-diff.githubusercontent.com/python/cpython/tree/main
eendebakpt:frozenset_immutable_trackinghttps://patch-diff.githubusercontent.com/eendebakpt/cpython/tree/frozenset_immutable_tracking
Conversation 38 https://patch-diff.githubusercontent.com/python/cpython/pull/140234
Commits 22 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits
Checks 43 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/checks
Files changed 5 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
gh-140232: Do not track frozenset objects with immutables https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#top
Show all changes 22 commits https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
a3292c2 Do not track frozenset objects with immutables eendebakpt Oct 16, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/a3292c221b806fb623c4dc8132939895cdc48eb2
cd294a6 cleanup eendebakpt Oct 16, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/cd294a67f9f55059e1942fd988b36aa8f256158d
7e28cf2 cleanup eendebakpt Oct 16, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/7e28cf2eb6a648a6db6eb774dbb1c7ef34bf70d8
30057a5 Merge branch 'main' into frozenset_immutable_tracking eendebakpt Oct 16, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/30057a52d160b7ade6871f5160404a9f960db416
c4deb03 fix test eendebakpt Oct 16, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/c4deb03b3af009b9feaffbd29304a4713dc7fb86
607237a 📜🤖 Added by blurb_it. blurb-it[bot] Oct 16, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/607237adc21fc916e5e89384ab6ca9e90ffb45db
2735a71 Update Objects/setobject.c eendebakpt Oct 17, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/2735a71d05ff2c8b63631b972d1400eebf0c7f37
c05db54 make sure PySet_Add tracks frozensets if needed eendebakpt Oct 24, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/c05db549484c84cd10d2a60b3b0152634f8825c0
7f6bc4b Merge branch 'frozenset_immutable_tracking' of github.com:eendebakpt/… eendebakpt Oct 24, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/7f6bc4b2d195bf653ced6c0c89b68db0c870f47c
0b97604 review comment eendebakpt Oct 24, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/0b97604bcd2e3c2e9595921115b5a95cda12a448
948daed Merge branch 'main' into frozenset_immutable_tracking eendebakpt Oct 24, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/948daeddf462ff919029b1b0785fd3ca4ca64a45
08e22c3 use _testcapi for testing eendebakpt Oct 26, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/08e22c30a6268d77cfc769ff2cd21daba62155a6
62afc76 whitespace eendebakpt Oct 26, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/62afc766180c7f877c96e0c2becd71548cc81e60
eab653e Merge branch 'main' into frozenset_immutable_tracking eendebakpt Oct 26, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/eab653ea205ea5fabc409403af2ffe1d38f41121
37fc61d Apply suggestions from code review eendebakpt Oct 26, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/37fc61d77ad098376d9cb5c09ba46db26e7139bd
4f8bda7 review comment eendebakpt Oct 26, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/4f8bda77afd1ef008fb874f82dd0e6ae4c550762
e9d42b4 Merge branch 'frozenset_immutable_tracking' of github.com:eendebakpt/… eendebakpt Oct 26, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/e9d42b477d34833164b5164eb0dde12c73540638
4b39149 Apply suggestions from code review eendebakpt Oct 28, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/4b39149cbec2f07d5e4fe569d42affdf07ff41b7
2859802 review comments eendebakpt Oct 28, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/28598021f67bc20effea7d7754930c13f42e5838
08f43c5 review comments eendebakpt Oct 28, 2025 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/08f43c514f7a0ec92391a70c1ab15b080a49f5fc
d12102c Merge branch 'main' into frozenset_immutable_tracking eendebakpt Jan 18, 2026 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/d12102c742297590ca8557a1b75eb5ea79ef60e8
5f8b1f2 Update Objects/setobject.c eendebakpt Jan 18, 2026 https://patch-diff.githubusercontent.com/python/cpython/pull/140234/commits/5f8b1f235f2b5b1d1fd7f186476a8363b0d473c1
Clear filters https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
test_set.py https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-16129e9911d8b23ed7e37808ea9891475f6e3cc94c2bd5ff22602dc0cba336da
test_sys.py https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-f3ae0e3fbb12fe0717e2d9d8801f5d9f3091c34254d1302b228422d7d07fdc5d
2025-10-16-22-36-05.gh-issue-140232.u3srgv.rst https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b96e03d77ea6b866da29b4db3c0ae2b8b1dbc3049e631f93a7ad4fd34cecc8c1
_testcapimodule.c https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
setobject.c https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
Lib/test/test_set.pyhttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-16129e9911d8b23ed7e37808ea9891475f6e3cc94c2bd5ff22602dc0cba336da
View file https://patch-diff.githubusercontent.com/python/cpython/blob/5f8b1f235f2b5b1d1fd7f186476a8363b0d473c1/Lib/test/test_set.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-16129e9911d8b23ed7e37808ea9891475f6e3cc94c2bd5ff22602dc0cba336da
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-16129e9911d8b23ed7e37808ea9891475f6e3cc94c2bd5ff22602dc0cba336da
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-16129e9911d8b23ed7e37808ea9891475f6e3cc94c2bd5ff22602dc0cba336da
vstinnerhttps://patch-diff.githubusercontent.com/vstinner
Oct 28, 2025https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#r2470316584
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
eendebakpthttps://patch-diff.githubusercontent.com/eendebakpt
Oct 28, 2025https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#r2471013615
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
cpython/Objects/setobject.chttps://github.com/python/cpython/blob/ce4b0ede16aea62ee7b1e02df7e1538102a356da/Objects/setobject.c#L2777
ce4b0edhttps://patch-diff.githubusercontent.com/python/cpython/commit/ce4b0ede16aea62ee7b1e02df7e1538102a356da
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-16129e9911d8b23ed7e37808ea9891475f6e3cc94c2bd5ff22602dc0cba336da
Lib/test/test_sys.pyhttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-f3ae0e3fbb12fe0717e2d9d8801f5d9f3091c34254d1302b228422d7d07fdc5d
View file https://patch-diff.githubusercontent.com/python/cpython/blob/5f8b1f235f2b5b1d1fd7f186476a8363b0d473c1/Lib/test/test_sys.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-f3ae0e3fbb12fe0717e2d9d8801f5d9f3091c34254d1302b228422d7d07fdc5d
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-f3ae0e3fbb12fe0717e2d9d8801f5d9f3091c34254d1302b228422d7d07fdc5d
Misc/NEWS.d/next/Core_and_Builtins/2025-10-16-22-36-05.gh-issue-140232.u3srgv.rsthttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b96e03d77ea6b866da29b4db3c0ae2b8b1dbc3049e631f93a7ad4fd34cecc8c1
View file https://patch-diff.githubusercontent.com/python/cpython/blob/5f8b1f235f2b5b1d1fd7f186476a8363b0d473c1/Misc/NEWS.d/next/Core_and_Builtins/2025-10-16-22-36-05.gh-issue-140232.u3srgv.rst
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/{{ revealButtonHref }}
Modules/_testcapimodule.chttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
View file https://patch-diff.githubusercontent.com/python/cpython/blob/5f8b1f235f2b5b1d1fd7f186476a8363b0d473c1/Modules/_testcapimodule.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-b2d7540efa4f376350ef77b923a6dfcc54bb90424970477f66275f19bad0d30f
https://patch-diff.githubusercontent.com/python/cpython/blob/main/.github/CODEOWNERS#L215
Objects/setobject.chttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
View file https://patch-diff.githubusercontent.com/python/cpython/blob/5f8b1f235f2b5b1d1fd7f186476a8363b0d473c1/Objects/setobject.c
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
efimov-mikhailhttps://patch-diff.githubusercontent.com/efimov-mikhail
Oct 26, 2025https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#r2464097208
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
eendebakpthttps://patch-diff.githubusercontent.com/eendebakpt
Oct 27, 2025https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#r2465759189
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
eendebakpthttps://patch-diff.githubusercontent.com/eendebakpt
Jan 18, 2026https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#r2702697652
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/files
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
https://patch-diff.githubusercontent.com/python/cpython/pull/140234/files#diff-537c6127e75079330edcb3775b0b9c2e4aeb34530dfe224ef2c96c3acb42111f
Please reload this pagehttps://patch-diff.githubusercontent.com/python/cpython/pull/140234/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.