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 supported938 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-154549: warning for `thread_inherit_context` change
- gh-154527: Fix data-race in `defaultdict_repr` and `defaultdict_missing`
- Allow libraries to opt-in to context variable inheritance by new threads
- gh-154523: Fix data-race in `TextIOWrapper.detach()`
- array.byteswap() corrupts data for 'Zd' (complex double) arrays with more than one element
- array._array_reconstructor() ignores requested byte order for float16 (IEEE_754_FLOAT16_LE/BE)
- gh-153852: Fix data race in list.sort()
- Data race in `Modules/cjkcodecs/multibytecodec.c`
- gh-154577: Fix data race in `Modules/cjkcodecs/multibytecodec.c`
- gh-122143: Fix os.path.splitroot() and os.path.normpath() for undecodable bytes paths on Windows
- Docs
- Python not yet supported