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
- `hashlib.file_digest` does not honor current position for `io.BytesIO` inputs
- gh-155426: correctly reject non-bytes keys in `hmac.digest`
- Meta-issue for bugs in cryptographic extension modules
- Mention that venv --prompt may expand its argument using the shell
- `\p{Alphabetic}` matches `gc=L`, not the Unicode Alphabetic property
- gh-155526: correct errno handling in complex_abs()
- `CALL_METHOD_DESCRIPTOR_*` misses for inherited built-in methods on subclass instances
- [`argparse`] `action='store_true'` and `action='store_false'` are affected by `argument_default`
- gh-155428: align `hmac.digest` and `hmac.HMAC.digest` outputs when using small block sizes
- gh-155436: Fix configparser.getboolean() for value-less options
- Docs
- Python not yet supported