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 supported939 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Cross-interpreter memory leak in _xidata_release when originating interpreter is destroyed
- crossinterp.c: Use-after-free + leaked exception + shadowed variable
- gh-153668: Temporarily disable unicodectype.c optimization on WinARM64 due to compiler bug
- http.cookiejar.http2time raises ValueError instead of returning None for a strict-format fake month
- gh-153677: Fix ValueError in http.cookiejar.http2time() for a strict-format fake month
- zipimport.zipimporter raises UnicodeDecodeError instead of ZipImportError for an invalid UTF-8 file name
- gh-153679: Raise ZipImportError for an invalid UTF-8 file name in zipimport
- Potential integer overflows in Objects/abstract.c buffer copy APIs
- wave.open raises EOFError instead of wave.Error for a truncated fmt chunk
- gh-153692: Raise wave.Error for a truncated fmt chunk in wave.open
- Docs
- Python not yet supported