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 supported776 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-127937: convert decimal module to use import/export API for ints (PEP 757)
- Supporting stack unwinding in the JIT compiler
- gh-126434: Use multiprocessing.Value for multiprocessing.Event to avoid deadlock when there is reentrant usage of `set` from `is_set`, e.g. when handling system signals
- gh-88427: Deprecate `socket.SocketType`
- argparse does not accept options taking arguments beginning with dash (regression from optparse)
- Python 3.13: test_xml_etree fails on expat 2.2.5 (RHEL8 / Rocky linux 8 / Ubuntu 22.04)
- GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling
- Creating an ungodly amount of sub interpreters in a short amount of time causes memory debug assertions.
- pythonw should set `sys.stdout` and `sys.stdin` to valid objects.
- gh-55454: Add IMAP4 IDLE support to imaplib
- Docs
- Python not yet supported