René's URL Explorer Experiment


Title: GC performance regression in free threaded build · Issue #132917 · python/cpython · GitHub

Open Graph Title: GC performance regression in free threaded build · Issue #132917 · python/cpython

X Title: GC performance regression in free threaded build · Issue #132917 · python/cpython

Description: Bug report Bug description: I've identified a significant performance regression when using Python's free-threaded mode with shared list appends. In my test case, simply appending to a shared list causes a 10-15x performance decrease com...

Open Graph Description: Bug report Bug description: I've identified a significant performance regression when using Python's free-threaded mode with shared list appends. In my test case, simply appending to a shared list ...

X Description: Bug report Bug description: I've identified a significant performance regression when using Python's free-threaded mode with shared list appends. In my test case, simply appending to a shar...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"GC performance regression in free threaded build","articleBody":"# Bug report\n\n### Bug description:\n\nI've identified a significant performance regression when using Python's free-threaded mode with shared list appends. In my test case, simply appending to a shared list causes a 10-15x performance decrease compared to normal Python operation.\n\nTest Case:\n```python\nimport itertools\nimport time\n\ndef performance_test(n_options=5, n_items=5, iterations=50):\n    list = []\n    \n    def expensive_operation():\n        # Create lists of tuples\n        data = []\n        for _ in range(n_options):\n            data.append([(f\"a{i}\", f\"b{i}\") for i in range(n_items)])\n        \n        # Generate all combinations and create result tuples\n        results = []\n        for combo in itertools.product(*data):\n            result = tuple((x[0], x[1], f\"name_{i}\") for i, x in enumerate(combo))\n            results.append(result)\n        \n        # Commenting the following line solves the performance regression in free-threaded mode\n        list.append(results)\n        return results\n\n    start = time.time()\n    for _ in range(iterations):\n        result = expensive_operation()\n    \n    duration = time.time() - start\n    print(f\"n_options={n_options}, n_items={n_items}, iterations={iterations}\")\n    print(f\"Time: {duration:.4f}s, Combinations: {len(result)}\")\n    return duration\n\nif __name__ == \"__main__\":\n    print(\"Python Performance Regression Test\")\n    print(\"-\" * 40)\n    performance_test()\n```\n\nResults:\n- Standard Python3.13: 0.1290s\n- Free-threaded Python3.13t: 2.1643s\n- Free-threaded Python 3.14.0a7: 2.1923s\n- Free-threaded Python3.13t with list.append commented out: 0.1332s\n\nThe regression appears to be caused by contention on the per-list locks and reference count fields when appending to a shared list in free-threaded mode.\n\n### CPython versions tested on:\n\n3.14\n\n### Operating systems tested on:\n\nLinux\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-133399\n* gh-133464\n* gh-133508\n* gh-133544\n* gh-133718\n* gh-134692\n* gh-134802\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/gptsarthak","@type":"Person","name":"gptsarthak"},"datePublished":"2025-04-25T09:55:02.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":13},"url":"https://github.com/132917/cpython/issues/132917"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:3aa59e58-a0eb-5997-d0da-452c4cbd6650
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA644:242722:5C1C84:7C872B:6A52F927
html-safe-noncef1433ae0753d3b9f8dcf6030e9dd855d745bcd89bfab43581562a7943ff45f28
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjQ0OjI0MjcyMjo1QzFDODQ6N0M4NzJCOjZBNTJGOTI3IiwidmlzaXRvcl9pZCI6IjExMzIzOTUxMzYxMjg1Nzk4NzkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac75e599ac99038873f5d1b01820e55a7d59655242510492a85a0087adb48c8223
hovercard-subject-tagissue:3019575271
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/132917/issue_layout
twitter:imagehttps://opengraph.githubassets.com/de7166497b09e1b671f8af1d1c46bf7d5a9541302c7de8594e404d6e1abdf2f7/python/cpython/issues/132917
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/de7166497b09e1b671f8af1d1c46bf7d5a9541302c7de8594e404d6e1abdf2f7/python/cpython/issues/132917
og:image:altBug report Bug description: I've identified a significant performance regression when using Python's free-threaded mode with shared list appends. In my test case, simply appending to a shared list ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamegptsarthak
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/132917#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F132917
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%2F132917
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/132917
Reloadhttps://github.com/python/cpython/issues/132917
Reloadhttps://github.com/python/cpython/issues/132917
Please reload this pagehttps://github.com/python/cpython/issues/132917
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/132917
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
GC performance regression in free threaded buildhttps://github.com/python/cpython/issues/132917#top
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
performancePerformance or resource usagehttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22performance%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/gptsarthak
gptsarthakhttps://github.com/gptsarthak
on Apr 25, 2025https://github.com/python/cpython/issues/132917#issue-3019575271
gh-132917: Check resident set size (RSS) before GC trigger. #133399https://github.com/python/cpython/pull/133399
gh-132917: Use RSS + swap for estimate of process memory usage #133464https://github.com/python/cpython/pull/133464
gh-132917: Fix data race detected by tsan #133508https://github.com/python/cpython/pull/133508
gh-132917: Use /proc/self/status for mem usage info. #133544https://github.com/python/cpython/pull/133544
[3.14] gh-132917: Use /proc/self/status for mem usage info. (GH-133544) #133718https://github.com/python/cpython/pull/133718
gh-132917: fix data race on last_mem in free-threading gc  #134692https://github.com/python/cpython/pull/134692
[3.14] gh-132917: fix data race on last_mem in free-threading gc (GH-134692) #134802https://github.com/python/cpython/pull/134802
interpreter-core(Objects, Python, Grammar, and Parser dirs)https://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22interpreter-core%22
performancePerformance or resource usagehttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22performance%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.