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 supported967 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- [3.14] gh-156466: fix cleanup on error in codegen_function_body (GH-156511)
- Race between UserDict.__getitem__ and __delitem__ can result in __missing_ not being called when item is missing.
- Update PY_SUPPORT_TIER according to PEP 11
- [3.11] gh-156353: Fix configparser space delimiter parsing (GH-156382)
- test.support.warnings_helper.check_warnings() raises KeyError: 'warnings' under -X lazy_imports=all
- gh-154675: Use lazy imports in `pdb`, `bdb`, `code`
- Inconsistent behavior of `zipapp.create_archive`
- gh-156568: Make zipapp archives executable with PathLike targets
- gh-156510: Fix urlretrieve() file URL path on Windows
- gh-156570: handle lazy warnings import in test helper
- Docs
- Python not yet supported