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 supported942 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-127337: Fix importlib.resources for legacy ResourceReader loaders
- Data race creating Tcl interpreters concurrently via `_tkinter.create` under free-threading
- gh-148286: Track JIT-allocated memory with Valgrind client requests
- CI: UBSan runs GIL-only and never against the JIT; two configurations already shipped by distros are unsanitized
- Data race reading `_thread.RLock` recursion count in `repr()` under free-threading
- Data race reading `UnicodeDecodeError.start`/`end` in `__str__` under free-threading
- Data race on `ThreadHandle.ident` between `thread_shutdown` and `ThreadHandle_start` under free-threading
- gh-70450: Fix MSVC /fp:strict builds
- iconv codecs corrupt stateful encodings when decoding incrementally
- gh-150942: Speed up pyexpat attribute parsing
- Docs
- Python not yet supported