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 supported954 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- multiprocessing.Barrier does not return if waiting process is terminated (tested on windows)
- Timeout is doubled - socket.create_connection()
- multiprocessing.connection.Client deadlocks when trying to connect to a listener without a password
- netrc should be able to ignore some tokens like 'protocol'
- Python implementation of traceback limit does not default to 1000 as documented in 3.13
- Make concurrent iteration over pairwise, combinations, permutations, cwr, product, etc. from itertools safe under free-threading
- gh-123452: Improved ToC navigation within documentation sections
- gh-99505: Fix docs for determining the metaclass
- gh-40889: Fix `email.utils.parseaddr` to handle multiple hops
- GC in free-threaded build has problems with `Py_INCREF()`/`Py_DECREF()` in `tp_traverse` handlers
- Docs
- Python not yet supported