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 supported786 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-128184: Fix docstring generation in dataclasses with forward refs
- gh-127604: Add C stack dumps to `faulthandler`
- gh-114272: fix Windows `test_asyncio/test_subprocess` when `sys.executable` contains unescaped spaces
- gh-84559: improve What's New entry for `multiprocessing` start method changes
- Dataclass `__init__` annotation eagerly evaluated
- Defining iterator in a separate class no longer works in 3.13
- Align the grammar of the `Decimal` string constructor with `float`'s
- Use of `ffi_type_complex_double` is unguarded
- `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
- Docs
- Python not yet supported