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 supported882 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-75723: Idempotent `.pth` execution in `site.addsitedir`
- gh-131798: Narrow the return type of `_FORMAT_SIMPLE` and `_FORMAT_WITH_SPEC` to `str`
- gh-146632: make `traceback` handle illformed `ModuleNotFoundError`
- defining a `typing.Protocol` with `__annotate__` method raises `TypeError` since Python 3.14
- gh-146625: fix module suggestions when using `-S`
- gh-138862: fix timestamp increment after UUIDv7 counter overflow
- gh-146582: Improve syntax error for non-`case` statement inside `match` statement
- gh-146169: correctly handle re-entrant parsing calls in Expat handlers
- gh-146492: Improve SyntaxError for missing comma between import clauses
- gh-53584: Prevent variable-nargs options from stealing required positional args
- Docs
- Python not yet supported