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 supported788 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-116477: Improve performance of range for the single argument case
- (Most ?) types in the types module are final and refuse to be subclassed
- Attribute resolution of an Enum member that is an instance of a subclass of the mixin class does not follow MRO
- Python tutorial section 5.5 "It is an error to extract a value using a non-existent key."
- os.path.normpath / ntpath.normpath for UNC paths does not remove obsolete (back)slashes
- Speed up `glob.glob()` by reducing number of system calls made
- `glob.translate("a/**/c", recursive=True, include_hidden=True)` does not match "a//c"
- Multiprocessing queues hanging if put/joined in the wrong order
- "open" audit event does not report dir_fd
- Type propagate CONTAINS_OP
- Docs
- Python not yet supported