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 supported917 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-151409: add critical section for `islice_next`
- gh-124113: Clarify venv target directory reuse
- 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.
- gh-151416: fix a borrowed ref potential use after free via fspath in os.spawnv/spawnve
- 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
- Docs
- Python not yet supported