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 supported964 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- inlined comprehension and closed over variables have buggy interactions
- Undocumented exception: argparse add_argument(action='store_true', metavar='...') raises TypeError
- 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
- gh-154675: Use lazy imports in `pdb`, `bdb`, `code`
- 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
- gh-156491: Avoid KeyErrors in os._Environ.get() and __contains__()
- gh-106045: Fix venv path discovery for symlinked executables
- Docs
- Python not yet supported