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 supported882 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-103847: fix some asyncio subprocess cancellation bugs
- gh-146169: correctly handle re-entrant parsing calls in Expat handlers
- gh-76273: Fix autospec mocking of instance and class methods
- gh-143263: relax `test_ctx_mgr_rollback_if_commit_failed` for SQLite 3.45+
- Performance regression in `shlex.quote` from 3.13 to 3.14
- `concurrent.futures.Executor.map` with `buffersize` should yield from buffer and raise after executor shutdown
- gh-146362: Document co_exceptiontable in code objects
- _interpqueuesmodule.c: Use-after-free from dangling items.last pointer
- gh-146427: Fix use-after-free when clearing interpreter's queue items
- parser: cpython parser bug in template strings t'{0!=0:}'
- Docs
- Python not yet supported