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 supported904 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-150737: Optimize bytecode for leading null unpack cases such as the `ast.unparse` empty set representation.
- Speed up copy.deepcopy() of containers holding atomic elements
- Speed up inspect.signature() for Python functions
- Speed up ConfigParser construction by caching converter names
- Speed up json.dumps() for small documents
- gh-150819: Cache ConfigParser converter names per class
- Tutorial on defining functions has potentially misleading explanation of closure
- [SSL] Track OpenSSL critical extension enforcement removal/behavior changes
- Race in `type_set_qualname` leads to memory corruption under free-threading
- gh-150858: add stop-the-world in `type_set_qualname`
- Docs
- Python not yet supported