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
- gh-143493: fix cleanup on errors in compiler
- test_shutil.test_environ_path_cwd fails when NoDefaultCurrentDirectoryInExePath is set
- logging.config.listen() spins forever after a truncated length-prefixed request
- [3.15] gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (GH-156335)
- gh-86199: Avoid an unnecessary dict copy for f(**kwargs) calls
- PyUnstable_GC_VisitObjects should traverse the permanent generation on the free-threaded build as well
- [3.15] gh-154467: Fix empty (Pdb) prompt when attaching to a process with pdb -p (GH-154469)
- 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
- Docs
- Python not yet supported