René's URL Explorer Experiment


Title: Data race between `gc.get_stats()` and a concurrent collection under free-threading · Issue #151646 · python/cpython · GitHub

Open Graph Title: Data race between `gc.get_stats()` and a concurrent collection under free-threading · Issue #151646 · python/cpython

X Title: Data race between `gc.get_stats()` and a concurrent collection under free-threading · Issue #151646 · python/cpython

Description: Bug report Bug description: gc.get_stats() (gc_get_stats_impl) plain-copies the per-generation stats structs gcstate->generation_stats->{young,old}.items[index] without any lock or atomics, cpython/Modules/gcmodule.c Lines 377 to 379 in ...

Open Graph Description: Bug report Bug description: gc.get_stats() (gc_get_stats_impl) plain-copies the per-generation stats structs gcstate->generation_stats->{young,old}.items[index] without any lock or atomics, cpython...

X Description: Bug report Bug description: gc.get_stats() (gc_get_stats_impl) plain-copies the per-generation stats structs gcstate->generation_stats->{young,old}.items[index] without any lock or atomics, c...

Opengraph URL: https://github.com/python/cpython/issues/151646

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Data race between `gc.get_stats()` and a concurrent collection under free-threading","articleBody":"# Bug report\n\n### Bug description:\n\n`gc.get_stats()` (`gc_get_stats_impl`) plain-copies the per-generation stats structs \n`gcstate-\u003egeneration_stats-\u003e{young,old}.items[index]` without any lock or atomics,\n\nhttps://github.com/python/cpython/blob/9e863fab283eddca9c2a8f9d1ee30f4dc243e314/Modules/gcmodule.c#L377-L379\n\nwhile a collection on another thread writes those same `items[index]` fields (`collections++`, `collected += m`, ...) at the end of `gc_collect_main`,\n\nhttps://github.com/python/cpython/blob/9e863fab283eddca9c2a8f9d1ee30f4dc243e314/Python/gc_free_threading.c#L2284-L2292\n\nso `gc.get_stats()` races the collector.\n\nReproducer:\n```python\nimport gc\nfrom threading import Thread\n\ndef collector():\n    for _ in range(50000):\n        a = {}; a['self'] = a\n        gc.collect()\n\ndef reader():\n    for _ in range(50000):\n        gc.get_stats()\n\nthreads  = [Thread(target=collector) for _ in range(1)]\nthreads += [Thread(target=reader)    for _ in range(8)]\nfor t in threads: t.start()\nfor t in threads: t.join()\n```\n\nTSAN Report:\n```\n==================\nWARNING: ThreadSanitizer: data race (pid=2301505)\n  Read of size 8 at 0x7fffb41a0180 by thread T2:\n    #0 gc_get_stats_impl /cpython/Modules/gcmodule.c:379:16 \n    #1 gc_get_stats /cpython/Modules/clinic/gcmodule.c.h:456:12 \n    #2 cfunction_vectorcall_NOARGS /cpython/Objects/methodobject.c:508:24 \n    #3 _PyObject_VectorcallTstate /cpython/./Include/internal/pycore_call.h:144:11 \n    #4 PyObject_Vectorcall /cpython/Objects/call.c:327:12 \n    #5 _Py_VectorCallInstrumentation_StackRefSteal /cpython/Python/ceval.c:768:11 \n    #6 _PyEval_EvalFrameDefault /cpython/Python/generated_cases.c.h:1846:35 \n    ...\n\n  Previous write of size 8 at 0x7fffb41a0180 by thread T1:\n    #0 gc_collect_main /cpython/Python/gc_free_threading.c:2288:23 \n    #1 _PyGC_Collect /cpython/Python/gc_free_threading.c:2568:12 \n    #2 gc_collect_impl /cpython/Modules/gcmodule.c:93:12 \n    #3 gc_collect /cpython/Modules/clinic/gcmodule.c.h:143:21 \n    #4 _Py_BuiltinCallFastWithKeywords_StackRef /cpython/Python/ceval.c:841:11 \n    #5 _PyEval_EvalFrameDefault /cpython/Python/generated_cases.c.h:2508:35 \n    ...\n\nSUMMARY: ThreadSanitizer: data race /cpython/Modules/gcmodule.c:379:16 in gc_get_stats_impl\n==================\n```\n\n### CPython versions tested on:\n\nCPython main branch\n\n### Operating systems tested on:\n\nLinux\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-151766\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/Naserume","@type":"Person","name":"Naserume"},"datePublished":"2026-06-18T12:06:31.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/151646/cpython/issues/151646"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:581a702d-17fd-10c6-442b-b0905d85356b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC76A:3AD55C:836078:BFB22C:6A57878D
html-safe-nonceefe334b67dbdb14c7d7817d6e9b5354564ee71ab16eeb2379c4ad04633d8a46a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNzZBOjNBRDU1Qzo4MzYwNzg6QkZCMjJDOjZBNTc4NzhEIiwidmlzaXRvcl9pZCI6IjI0OTI4NTkyNjE1OTM4MTQ5MjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac4839fde22b1954bacd0fb075a6a12b3ef711f83e34982150c9932c189d69c519
hovercard-subject-tagissue:4692182984
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/151646/issue_layout
twitter:imagehttps://opengraph.githubassets.com/07e3a90b4d947bfeb0deb9112003cb30781f3133051d6b00daac456838ff1ca4/python/cpython/issues/151646
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/07e3a90b4d947bfeb0deb9112003cb30781f3133051d6b00daac456838ff1ca4/python/cpython/issues/151646
og:image:altBug report Bug description: gc.get_stats() (gc_get_stats_impl) plain-copies the per-generation stats structs gcstate->generation_stats->{young,old}.items[index] without any lock or atomics, cpython...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameNaserume
hostnamegithub.com
expected-hostnamegithub.com
Nonec6353e56e94423c9cd5abde7708a859afa36a0c1203c73749055bf6ee6704cd0
turbo-cache-controlno-preview
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
releasef59ab1c46b638204e2aea09126d089be5dc773b7
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/151646#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F151646
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%2Fissues%2F151646
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/151646
Reloadhttps://github.com/python/cpython/issues/151646
Reloadhttps://github.com/python/cpython/issues/151646
Please reload this pagehttps://github.com/python/cpython/issues/151646
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/151646
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 35k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 73.8k 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
Data race between gc.get_stats() and a concurrent collection under free-threadinghttps://github.com/python/cpython/issues/151646#top
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
topic-free-threadinghttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-free-threading%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
https://github.com/Naserume
Naserumehttps://github.com/Naserume
on Jun 18, 2026https://github.com/python/cpython/issues/151646#issue-4692182984
cpython/Modules/gcmodule.chttps://github.com/python/cpython/blob/9e863fab283eddca9c2a8f9d1ee30f4dc243e314/Modules/gcmodule.c#L377-L379
9e863fahttps://github.com/python/cpython/commit/9e863fab283eddca9c2a8f9d1ee30f4dc243e314
cpython/Python/gc_free_threading.chttps://github.com/python/cpython/blob/9e863fab283eddca9c2a8f9d1ee30f4dc243e314/Python/gc_free_threading.c#L2284-L2292
9e863fahttps://github.com/python/cpython/commit/9e863fab283eddca9c2a8f9d1ee30f4dc243e314
gh-151646: Fix data race between gc.get_stats() and GC in free-threading builds #151766https://github.com/python/cpython/pull/151766
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
topic-free-threadinghttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-free-threading%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
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.