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 supported849 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Speed up bytes creation from list and tuple
- gh-128213: fast path for bytes creation from list and tuple
- `ctypes` pointer writes are not thread safe
- 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()`
- Docs
- Python not yet supported