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
- Ensure that cryptographic objects are GC-untracked first
- gh-155833: GC-untrack MD5/SHA* objects before freeing the HACL* state
- Ensure that HACL* states are not read concurrently
- ipaddress: IPv6Address.reverse_pointer produces an invalid name for an address with a scope id
- gh-155836: Fix IPv6Address.reverse_pointer for addresses with a scope id
- gh-155835: fix `digest_size` and `block_size` data races on SHA-3 objects
- gh-155835: fix `digest_size` data race on BLAKE-2 objects
- Ensure that HMAC objects are properly initialized
- gh-155823: Fix stale stack on _SEND_VIRTUAL_TIER_TWO exhausted exit
- gh-155843: properly initialize HMAC objects to prevent crashes after allocation failures
- Docs
- Python not yet supported