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 supported852 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- In Python 3.13 REPL, print() adds extra indentation when invoked from a tkinter event handler
- Added helper to test.support for parameterizing tests
- Support __index__() in getrandbits(), randbytes() and others
- some instructions in __annotate__ have incorrect code positions
- Regression in multiprocessing.set_start_method introduced in Python 3.13.4
- use argument clinic for more socket functions
- traceback: add `recent_first` and `show_lines` parameters
- gh-135832: implement Py_DECREF specializations for Py_GIL_DISABLED build
- gh-135883: Fix sqlite3 CLI keeps part of previous commands when scrolling history
- Bug: ASCII range mentioned as U+0001..U+007F, rather than U+0000..U+007F
- Docs
- Python not yet supported