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
- [3.14] gh-153133: Fix socket leak in error path of asyncio create_connection (GH-153134)
- [3.15] gh-135736: Fix interaction between TaskGroup and aclose() (GH-154649)
- shutil: avoid importing bz2, lzma and compression.zstd just to probe availability
- Constant-fold f-strings with constant fields in the CFG optimizer
- gh-154910: Constant-fold f-strings with constant fields in the compiler
- gh-148286: Fix undefined behaviour in the ctypes bit field accessors
- gh-148286: Fix undefined behaviour in io.StringIO.read() after an overseek
- gh-148286: Fix undefined behaviour in per-thread refcount merging
- Data race on a shared `types.GenericAlias` iterator in `ga_iter_reduce` under free-threading (follow-up to gh-154043)
- gh-152433: Windows: change ``winreg`` to conditional import for UWP compatibility
- Docs
- Python not yet supported