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 supported880 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Make TypeAliasType __module__ attribute writable
- gh-149171: Make TypeAliasType __module__ writable
- Pdb: inverted PYTHON_BASIC_REPL check in `_pyrepl_available()`
- gh-149173: Fix inverted PYTHON_BASIC_REPL environment check in _pyrepl_available()
- Avoid double checking `tp_as_number`, `tp_as_sequence` and `tp_as_mapping`
- t-string tokeniser reports `MemoryError` on invalid input
- frozendict not mentioned in functions.rst
- gh-149144: Use decodeURIComponent() for UTF-8 support in js_output()
- gh-149117: Set `ImportError.name` on errors from `runpy.run_module`/`run_path`
- pyrepl autocomplete from x import <tab> to only display public members
- Docs
- Python not yet supported