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 supported881 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Performance regression for loops in 3.12 vs 3.11
- gh-123369: IDLE now support for REPL-specific commands, like help exit license and quit without the need to call them as functions
- `None` vs `Never` as `typing.Generator`'s send type
- Make concurrent iteration over pairwise, combinations, permutations, cwr, product, etc. from itertools safe under free-threading
- Register finalized Python releases with GitHub Releases
- gh-123452: Improved ToC navigation within documentation sections
- gh-99505: Fix docs for determining the metaclass
- With removal of distutils in python3.12 from setuptools._distutils.dep_util import newer_group does not seem to work in pegen
- IDLE not use the new interactive shell
- Documentation of ast.walk misleadingly characterizes its behavior as recursive when it's really iterative
- Docs
- Python not yet supported