cpython
https://github.com/python/cpython
Python
The Python programming language
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported925 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Free-threading: GC untracks immortal objects, violating the always-tracked dict invariant asserted by dict_merge_api (debug abort at shutdown)
- gh-152433: Windows: ``_winapi`` module: improve UWP compatibility
- IDLE: add a disassembly browser
- ProcessPoolExecutor: pending futures never complete if executor is gc'd while a max_tasks_per_child= worker exits
- gh-152083: Fix crash clearing a managed dict under low memory
- gh-127636: Fix tarfile extracting trailing slash member names
- gh-152433: Windows: allow ``posixmodule.c`` to build for Windows UWP
- gh-152767: Fix a data race in `multibytecodec`
- concurrent.interpreters.Queue.get()/put() mishandle the timeout argument
- Data race on the GC debug flag (gc.set_debug/get_debug) in free-threading builds
- Docs
- Python not yet supported