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 supported860 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-107428: Added overridable methods for handling duplicate sections and options in ConfigParser.
- tarfiles can't open tgz files with gzip features like FEXTRA & FCOMMENT when mode='r|*'
- Leading or trailing colon in PYTHONPATH adds cwd to sys.path
- site.py is no longer read at startup time (as it is a deep-frozen module)
- ipaddress: ip_address IPv6 has wrong properties for Shared Address Space (100.64.0.0)
- gh-107253: Use Py_T_OBJECT_EX instead of _Py_T_OBJECT
- lib-dynload not passed by cross compiler
- gh-105090: Update ssl.rst to show a range of TLS versions supported by a context.
- The description of `typing.Annotated` has contradictory statements
- GH-78319: Stop sending the UTF8 marker when appending messages
- Docs
- Python not yet supported