René's URL Explorer Experiment


Title: Make pyperformance runnable from `--disable-gil builds` · Issue #116024 · python/cpython · GitHub

Open Graph Title: Make pyperformance runnable from `--disable-gil builds` · Issue #116024 · python/cpython

X Title: Make pyperformance runnable from `--disable-gil builds` · Issue #116024 · python/cpython

Description: Under investigation, psutil has an issued with running pypeformance and pyperf (essential one). With manual uninstalling psutil from pyperf and pyperformance, running the script itself is okay. So the main issue is related to psutil pack...

Open Graph Description: Under investigation, psutil has an issued with running pypeformance and pyperf (essential one). With manual uninstalling psutil from pyperf and pyperformance, running the script itself is okay. So ...

X Description: Under investigation, psutil has an issued with running pypeformance and pyperf (essential one). With manual uninstalling psutil from pyperf and pyperformance, running the script itself is okay. So ...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Make pyperformance runnable from `--disable-gil builds`","articleBody":"Under investigation, `psutil` has an issued with running `pypeformance` and `pyperf` (essential one).\r\nWith manual uninstalling `psutil` from `pyperf` and `pyperformance`, running the script itself is okay.\r\nSo the main issue is related to `psutil` package.\r\n(Need to investigate essential issue from now on)\r\n\r\nWe need to fix psutil-related code for the free-threaded build to benchmark performance exactly.\r\nSince `psutil` in `pyperf` only used for memory usage checking and disabling psutil from pyperf for free-threaded build for a while, it is acceptable (CPU counting also depends on psutils but it has fallback logic, so it's okay)\r\n\r\nFor action items\r\n- [x] Do not use `psutil` if the build is free-threaded from pyperf temporally. https://github.com/psf/pyperf/pull/175\r\n- [x] Check pyperformance benchmark suites are executable. https://github.com/python/pyperformance/pull/330\r\n- [ ] Re-enable `psutil` related features for free-threaded build.\r\n\r\n\u003cdetails\u003e\r\n  \u003csummary\u003eBacktrace\u003c/summary\u003e\r\n\r\n```\r\n* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0xfffffffffffffff0)\r\n  * frame #0: 0x000000018b8a2dc4 libsystem_platform.dylib`_platform_strlen + 4\r\n    frame #1: 0x000000018b70e348 libsystem_c.dylib`__vfprintf + 5120\r\n    frame #2: 0x000000018b71c4c8 libsystem_c.dylib`vfprintf_l + 68\r\n    frame #3: 0x000000018b736fa4 libsystem_c.dylib`printf + 80\r\n    frame #4: 0x00000001000fc070 python`_PyModule_CreateInitialized(module=0x0000000100a88330, module_api_version=3) at moduleobject.c:213:5 [opt]\r\n    frame #5: 0x0000000100a7d630 _psutil_osx.abi3.so`PyInit__psutil_osx + 28\r\n    frame #6: 0x0000000100241e34 python`_PyImport_LoadDynamicModuleWithSpec(spec=0x0000020000474ad0, fp=\u003cunavailable\u003e) at importdl.c:170:9 [opt]\r\n    frame #7: 0x0000000100241558 python`_imp_create_dynamic [inlined] _imp_create_dynamic_impl(module=\u003cunavailable\u003e, spec=0x0000020000474ad0, file=0x0000000000000000) at import.c:3750:11 [opt]\r\n    frame #8: 0x00000001002414f4 python`_imp_create_dynamic(module=\u003cunavailable\u003e, args=0x0000020000631fc8, nargs=\u003cunavailable\u003e) at import.c.h:485:20 [opt]\r\n    frame #9: 0x00000001000fa5fc python`cfunction_vectorcall_FASTCALL(func=0x00000200003082e0, args=0x0000020000631fc8, nargsf=1, kwnames=\u003cunavailable\u003e) at methodobject.c:425:24 [opt]\r\n    frame #10: 0x00000001001d82a8 python`_PyEval_EvalFrameDefault(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=0) at generated_cases.c.h:1245:26 [opt]\r\n    frame #11: 0x0000000100091990 python`_PyObject_VectorcallTstate(tstate=0x000000010059c288, callable=0x00000200003d4210, args=0x000000016fdf9df0, nargsf=2, kwnames=0x0000000000000000) at pycore_call.h:168:11 [opt]\r\n    frame #12: 0x0000000100093c54 python`object_vacall(tstate=0x000000010059c288, base=0x0000000000000000, callable=0x00000200003d4210, vargs=\"\") at call.c:819:14 [opt]\r\n    frame #13: 0x0000000100093a78 python`PyObject_CallMethodObjArgs(obj=\u003cunavailable\u003e, name=\u003cunavailable\u003e) at call.c:880:24 [opt]\r\n    frame #14: 0x000000010023e5e0 python`PyImport_ImportModuleLevelObject [inlined] import_find_and_load(tstate=0x000000010059c288, abs_name=0x0000020000d0d6e0) at import.c:2758:11 [opt]\r\n    frame #15: 0x000000010023e4dc python`PyImport_ImportModuleLevelObject(name=0x0000020000d0d6e0, globals=\u003cunavailable\u003e, locals=\u003cunavailable\u003e, fromlist=0x0000000000000000, level=0) at import.c:2838:15 [opt]\r\n    frame #16: 0x00000001001cc478 python`builtin___import__ [inlined] builtin___import___impl(module=\u003cunavailable\u003e, name=0x0000020000d0d6e0, globals=0x0000000000000000, locals=0x0000000000000000, fromlist=0x0000000000000000, level=\u003cunavailable\u003e) at bltinmodule.c:280:12 [opt]\r\n    frame #17: 0x00000001001cc464 python`builtin___import__(module=\u003cunavailable\u003e, args=\u003cunavailable\u003e, nargs=\u003cunavailable\u003e, kwnames=\u003cunavailable\u003e) at bltinmodule.c.h:107:20 [opt]\r\n    frame #18: 0x00000001000fa70c python`cfunction_vectorcall_FASTCALL_KEYWORDS(func=0x0000020000304ca0, args=0x00000200006314d8, nargsf=1, kwnames=0x0000000000000000) at methodobject.c:441:24 [opt]\r\n    frame #19: 0x00000001001d82a8 python`_PyEval_EvalFrameDefault(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=0) at generated_cases.c.h:1245:26 [opt]\r\n    frame #20: 0x0000000100091990 python`_PyObject_VectorcallTstate(tstate=0x000000010059c288, callable=0x00000200003d4390, args=0x000000016fdfa360, nargsf=3, kwnames=0x0000000000000000) at pycore_call.h:168:11 [opt]\r\n    frame #21: 0x0000000100093c54 python`object_vacall(tstate=0x000000010059c288, base=0x0000000000000000, callable=0x00000200003d4390, vargs=\"\") at call.c:819:14 [opt]\r\n    frame #22: 0x0000000100093a78 python`PyObject_CallMethodObjArgs(obj=\u003cunavailable\u003e, name=\u003cunavailable\u003e) at call.c:880:24 [opt]\r\n    frame #23: 0x000000010023e6d4 python`PyImport_ImportModuleLevelObject(name=0x00000001005651e8, globals=\u003cunavailable\u003e, locals=\u003cunavailable\u003e, fromlist=0x0000020000631280, level=1) at import.c:2906:25 [opt]\r\n    frame #24: 0x00000001001ea5cc python`_PyEval_EvalFrameDefault at ceval.c:2625:16 [opt]\r\n    frame #25: 0x00000001001ea430 python`_PyEval_EvalFrameDefault(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=0) at generated_cases.c.h:2876:19 [opt]\r\n    frame #26: 0x00000001001d2df4 python`_PyEval_Vector [inlined] _PyEval_EvalFrame(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=\u003cunavailable\u003e) at pycore_ceval.h:114:16 [opt] [artificial]\r\n    frame #27: 0x00000001001d2b60 python`PyEval_EvalCode(co=0x0000020000c33810, globals=0x00000200006217b0, locals=0x00000200006217b0) at ceval.c:593:21 [opt]\r\n    frame #28: 0x00000001001cdbac python`builtin_exec at bltinmodule.c:1135:17 [opt]\r\n    frame #29: 0x00000001001cd90c python`builtin_exec(module=\u003cunavailable\u003e, args=\u003cunavailable\u003e, nargs=\u003cunavailable\u003e, kwnames=\u003cunavailable\u003e) at bltinmodule.c.h:521:20 [opt]\r\n    frame #30: 0x00000001000fa70c python`cfunction_vectorcall_FASTCALL_KEYWORDS(func=0x00000200003052c0, args=0x0000020000621778, nargsf=2, kwnames=0x0000000000000000) at methodobject.c:441:24 [opt]\r\n    frame #31: 0x00000001001d82a8 python`_PyEval_EvalFrameDefault(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=0) at generated_cases.c.h:1245:26 [opt]\r\n    frame #32: 0x0000000100091990 python`_PyObject_VectorcallTstate(tstate=0x000000010059c288, callable=0x00000200003d4210, args=0x000000016fdfac40, nargsf=2, kwnames=0x0000000000000000) at pycore_call.h:168:11 [opt]\r\n    frame #33: 0x0000000100093c54 python`object_vacall(tstate=0x000000010059c288, base=0x0000000000000000, callable=0x00000200003d4210, vargs=\"\") at call.c:819:14 [opt]\r\n    frame #34: 0x0000000100093a78 python`PyObject_CallMethodObjArgs(obj=\u003cunavailable\u003e, name=\u003cunavailable\u003e) at call.c:880:24 [opt]\r\n    frame #35: 0x000000010023e5e0 python`PyImport_ImportModuleLevelObject [inlined] import_find_and_load(tstate=0x000000010059c288, abs_name=0x0000020000d0c790) at import.c:2758:11 [opt]\r\n    frame #36: 0x000000010023e4dc python`PyImport_ImportModuleLevelObject(name=0x0000020000d0c790, globals=\u003cunavailable\u003e, locals=\u003cunavailable\u003e, fromlist=0x0000000000000000, level=0) at import.c:2838:15 [opt]\r\n    frame #37: 0x00000001001cc478 python`builtin___import__ [inlined] builtin___import___impl(module=\u003cunavailable\u003e, name=0x0000020000d0c790, globals=0x0000000000000000, locals=0x0000000000000000, fromlist=0x0000000000000000, level=\u003cunavailable\u003e) at bltinmodule.c:280:12 [opt]\r\n    frame #38: 0x00000001001cc464 python`builtin___import__(module=\u003cunavailable\u003e, args=\u003cunavailable\u003e, nargs=\u003cunavailable\u003e, kwnames=\u003cunavailable\u003e) at bltinmodule.c.h:107:20 [opt]\r\n    frame #39: 0x00000001000fa70c python`cfunction_vectorcall_FASTCALL_KEYWORDS(func=0x0000020000304ca0, args=0x0000020000630ad8, nargsf=1, kwnames=0x0000000000000000) at methodobject.c:441:24 [opt]\r\n    frame #40: 0x00000001001d82a8 python`_PyEval_EvalFrameDefault(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=0) at generated_cases.c.h:1245:26 [opt]\r\n    frame #41: 0x0000000100091990 python`_PyObject_VectorcallTstate(tstate=0x000000010059c288, callable=0x00000200003d4390, args=0x000000016fdfb1b0, nargsf=3, kwnames=0x0000000000000000) at pycore_call.h:168:11 [opt]\r\n    frame #42: 0x0000000100093c54 python`object_vacall(tstate=0x000000010059c288, base=0x0000000000000000, callable=0x00000200003d4390, vargs=\"\") at call.c:819:14 [opt]\r\n    frame #43: 0x0000000100093a78 python`PyObject_CallMethodObjArgs(obj=\u003cunavailable\u003e, name=\u003cunavailable\u003e) at call.c:880:24 [opt]\r\n    frame #44: 0x000000010023e6d4 python`PyImport_ImportModuleLevelObject(name=0x00000001005651e8, globals=\u003cunavailable\u003e, locals=\u003cunavailable\u003e, fromlist=0x0000020000ae5f10, level=1) at import.c:2906:25 [opt]\r\n    frame #45: 0x00000001001ea5cc python`_PyEval_EvalFrameDefault at ceval.c:2625:16 [opt]\r\n    frame #46: 0x00000001001ea430 python`_PyEval_EvalFrameDefault(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=0) at generated_cases.c.h:2876:19 [opt]\r\n    frame #47: 0x00000001001d2df4 python`_PyEval_Vector [inlined] _PyEval_EvalFrame(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=\u003cunavailable\u003e) at pycore_ceval.h:114:16 [opt] [artificial]\r\n    frame #48: 0x00000001001d2b60 python`PyEval_EvalCode(co=0x00000200002bb610, globals=0x0000020000c75e30, locals=0x0000020000c75e30) at ceval.c:593:21 [opt]\r\n    frame #49: 0x00000001001cdbac python`builtin_exec at bltinmodule.c:1135:17 [opt]\r\n    frame #50: 0x00000001001cd90c python`builtin_exec(module=\u003cunavailable\u003e, args=\u003cunavailable\u003e, nargs=\u003cunavailable\u003e, kwnames=\u003cunavailable\u003e) at bltinmodule.c.h:521:20 [opt]\r\n    frame #51: 0x00000001000fa70c python`cfunction_vectorcall_FASTCALL_KEYWORDS(func=0x00000200003052c0, args=0x00000200006215f8, nargsf=2, kwnames=0x0000000000000000) at methodobject.c:441:24 [opt]\r\n    frame #52: 0x00000001001d82a8 python`_PyEval_EvalFrameDefault(tstate=\u003cunavailable\u003e, frame=\u003cunavailable\u003e, throwflag=0) at generated_cases.c.h:1245:26 [opt]\r\n    frame #53: 0x0000000100091990 python`_PyObject_VectorcallTstate(tstate=0x000000010059c288, callable=0x00000200003d4210, args=0x000000016fdfba90, nargsf=2, kwnames=0x0000000000000000) at pycore_call.h:168:11 [opt]\r\n    frame #54: 0x0000000100093c54 python`object_vacall(tstate=0x000000010059c288, base=0x0000000000000000, callable=0x00000200003d4210, vargs=\"\") at call.c:819:14 [opt]\r\n    frame #55: 0x0000000100093a78 python`PyObject_CallMethodObjArgs(obj=\u003cunavailable\u003e, name=\u003cunavailable\u003e) at call.c:880:24 [opt]\r\n    frame #56: 0x000000010023e5e0 python`PyImport_ImportModuleLevelObject [inlined] import_find_and_load(tstate=0x000000010059c288, abs_name=0x0000020000d0a650) at import.c:2758:11 [opt]\r\n    frame #57: 0x000000010023e4dc python`PyImport_ImportModuleLevelObject(name=0x0000020000d0a650, globals=\u003cunavailable\u003e, locals=\u003cunavailable\u003e, fromlist=0x0000000000000000, level=0) at import.c:2838:15 [opt]\r\n    frame #58: 0x00000001001cc478 python`builtin___import__ [inlined] builtin___import___impl(module=\u003cunavailable\u003e, name=0x0000020000d0a650, globals=0x0000000000000000, locals=0x0000000000000000, fromlist=0x0000000000000000, level=\u003cunavailable\u003e) at bltinmodule.c:280:12 [opt]\r\n    frame #59: 0x00000001001cc464 python`builtin___import__(module=\u003cunavailable\u003e, args=\u003cunavailable\u003e, nargs=\r\n```\r\n\r\n\u003c/details\u003e\r\n\r\n\r\ncc @mdboom @colesbury @giampaolo","author":{"url":"https://github.com/corona10","@type":"Person","name":"corona10"},"datePublished":"2024-02-28T02:45:26.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":13},"url":"https://github.com/116024/cpython/issues/116024"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:3242ddd6-3fc3-c6b0-bf16-cb6674dbe17a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAA9C:F5661:1596E3F:1DA9D73:696AA4F1
html-safe-nonce08551a7d2d708f00cb83d46f3e59a57155baceee4622533d05d06097aaa15696
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQTlDOkY1NjYxOjE1OTZFM0Y6MURBOUQ3Mzo2OTZBQTRGMSIsInZpc2l0b3JfaWQiOiIyNzIyMjMwMzUzNjM4NjMwNjQxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4f67d3b592bd5cf9810850ff5fc7a1b01a609e9cfe7c41cdcb9497ceb0a3f61e
hovercard-subject-tagissue:2157973702
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/116024/issue_layout
twitter:imagehttps://opengraph.githubassets.com/76048af7a37ed08d7606ed71fe667a962eea93564ae67dec7a547ef50cb45519/python/cpython/issues/116024
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/76048af7a37ed08d7606ed71fe667a962eea93564ae67dec7a547ef50cb45519/python/cpython/issues/116024
og:image:altUnder investigation, psutil has an issued with running pypeformance and pyperf (essential one). With manual uninstalling psutil from pyperf and pyperformance, running the script itself is okay. So ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecorona10
hostnamegithub.com
expected-hostnamegithub.com
None3eaf9b8cf1badcd7041a8ad480b9d9b28bea0ef1cc821ca9ff20f2cc7f4fe4b9
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
releasedd9a979046e6382bd084e2bd873bf65f797125ff
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/116024#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F116024
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%2Fissues%2F116024
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/116024
Reloadhttps://github.com/python/cpython/issues/116024
Reloadhttps://github.com/python/cpython/issues/116024
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/116024
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k 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 Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/issues/116024
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
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/116024
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/116024
Make pyperformance runnable from --disable-gil buildshttps://github.com/python/cpython/issues/116024#top
https://github.com/corona10
topic-free-threadinghttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-free-threading%22
https://github.com/corona10
https://github.com/corona10
corona10https://github.com/corona10
on Feb 28, 2024https://github.com/python/cpython/issues/116024#issue-2157973702
gh-174: Support free-threading CPython by disabling psutil related fe… psf/pyperf#175https://github.com/psf/pyperf/pull/175
Upgrade to pyperf 2.6.3 pyperformance#330https://github.com/python/pyperformance/pull/330
@mdboomhttps://github.com/mdboom
@colesburyhttps://github.com/colesbury
@giampaolohttps://github.com/giampaolo
corona10https://github.com/corona10
topic-free-threadinghttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-free-threading%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.