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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-87112: Ensure that only digits convertible to integers are accepted as section number in MIME header parameter
- gh-133644: remove deprecated global configuration variables
- Replace `#` comments with modern docstrings when possible
- gh-142414: Unify UNBOUND in Lib/concurrent/interpreters/_queues.py and Lib/concurrent/interpreters/_crossinterp.py.
- gh-142884: Fix UAF in `array.array.tofile` with concurrent mutations
- gh-131093: Enforce -std=c11 for gcc at configure time rather than make time
- gh-138284 : urllib.parse.parse_qsl now raises ValueError if illegal characters is passed, according to RFC 3986
- GH-139416: Fix portability of sendfile(2) support detection for Lustre filesystems
- gh-140746: Fix Thread.start() that can hang indefinitely
- Add sys.set_object_tags() and sys.get_object_tags() APIs for debugging and experimental Use
- Docs
- Python not yet supported