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-155468: Distinguish empty quoted tokens from EOF in netrc
- Add warning about untrusted input to the `idna` codec
- `TO_BOOL_INT` repeatedly misses for non-compact exact integers
- `configparser.getboolean()` raises `AttributeError` for a value-less option
- Specialize calls to inherited `list.append` on list subclasses
- gh-155419: honor the file object's current position in `hashlib.file_digest`
- gh-77748: Document that float() accepts bytes-like objects
- gh-155452: Prevent recursion crash in dir()
- dir() can crash with cyclic __bases__
- Pre-allocate the output buffer in compression.zstd decompression from the frame's recorded content size
- Docs
- Python not yet supported