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-156228: Use PyMem_Raw* allocators for OpenSSL in _ssl and _hashlib
- asyncio: awaiting StreamWriter.wait_closed() in an except block rewrites the in-flight exception's traceback in place (same exception object shared between read futures and the close waiter)
- asyncio: avoid sharing exception object between StreamReader and close waiter (gh-156278)
- gh-156064: Make patchcheck find the upstream remote in a partial clone
- Reword `atexit` docs
- gh-156057: Wrap compression library exceptions in tarfile.ReadError
- Increased memory usage in the free-threaded build with C extensions
- [3.15] gh-153227: Unpin development version of Pygments (GH-156163)
- gh-156122: Allow lone surrogates in module filenames for crossinterp
- gh-156078: Prevent ZipFile.mkdir() during an active write
- Docs
- Python not yet supported