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 supported938 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- LOAD_DEREF and LOAD_CLOSURE have incorrect opcode metadata flags
- Data race in `faulthandler.enable()` and `faulthandler.disable()` with free-threading
- Data race on `kqueue.kqfd` between `close()` and the `closed` getter with free-threading build
- marshal.dumps() crashes when an item's __buffer__ concurrently mutates the container
- gh-151370: Fix marshal.dumps() crash on concurrent container mutation
- Data races on type slots and `tp_subclasses` between `type_setattro` and `type_new` / `type_dealloc`
- gh-151377: Fix races updating type slots and subclasses in free-threa…
- `_remote_debugging`: binary format only `total_samples:u32`
- Memory Exhaustion in zipfile via Forged compress_size
- Memory Exhaustion in `wave.readframes()` via Crafted Chunk Size
- Docs
- Python not yet supported