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 supported847 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-127604: Add C stack dumps to `faulthandler`
- gh-114272: fix Windows `test_asyncio/test_subprocess` when `sys.executable` contains unescaped spaces
- Defining iterator in a separate class no longer works in 3.13
- Align the grammar of the `Decimal` string constructor with `float`'s
- `multiprocessing.Queue`: Exceeding a certain amount of bytes in the queue prevents proper exit
- Race on `_PyRuntime.signals.unhandled_keyboard_interrupt` when calling `eval()` concurrently in free-threading mode
- Escaping the `repl` argument to `re.sub()`, `re.subn()`
- SSL issue starting from openssl 3.2
- Race between PyMember_GetOne and PyMember_SetOne for _Py_T_OBJECT members under freethreading
- Add “New > Python File” option to Windows Explorer context menu during installation
- Docs
- Python not yet supported