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 supported927 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-137528: Document the co_linetable code object attribute
- When re-importing a submodule lazily after removing it, it's never added back to sys.modules.
- tarfile: reject differential-prone global pax records
- 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…
- Docs
- Python not yet supported