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
- [3.15] gh-155319: Fix the source line of a warning issued with module_globals (GH-155320)
- Ensure that BLAKE-2 objects are fully initialized before being GC-tracked
- gh-155830: properly initialize BLAKE-2 objects before GC tracking
- [3.15] gh-154701: prevent executor self-links in JIT cold exits (GH-155323)
- 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
- Docs
- Python not yet supported