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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- LOAD_ATTR specialization for ModuleType subclasses bypasses data descriptors on the subclass (3.14 regression)
- asyncio leaks the socket/pipe in create_datagram_endpoint and connect_read_pipe/connect_write_pipe when transport creation fails
- gh-156400: Close the socket or pipe when transport creation fails in asyncio datagram/pipe endpoints
- `asyncio.print_call_graph()` raises `AttributeError` on a finished task
- gh-156408: Fix asyncio.print_call_graph() on a finished task
- Add tests for async comprehensions in different scopes
- Document tomllib's limits & extensions
- gh-156414: Document tomllib's limits & "extensions"
- GH-155728: Untrack const tuples
- [3.15] gh-156395: Report frozen objects on free-threaded GC build (GH-156396)
- Docs
- Python not yet supported