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 supported870 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- `csv.get_dialect()` returns a `_csv.Dialect` object, not `csv.Dialect` as documented.
- gh-77566: Make setdefault methods require explicit default argument for dbm backends
- `pdb` commands may try to access non-existing frames
- venv on Windows 11 with Python 3.13.7 includes global paths in sys.path despite include-system-site-packages = false, causing packages to be installed globally instead of in the venv
- Consider deprecating `inspect.formatannotationrelativeto` and removing it in the future
- `case ...:` generates unclear `SyntaxError` message
- gh-137065: Revert "gh-105499: Merge typing.Union and types.UnionType (#105511)"
- Replace module level mutable containers with immutable containers
- BOLT issue with Android: annotation value out of range
- `atexit` module breaks refleak check
- Docs
- Python not yet supported