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 supported851 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-87720 Fix additional header refolding-quoting edge case
- gh-82665 Mention that HTMLParser.handle_starttag value can be None
- `asyncio.timeout(0)` swallows a prior task cancellation
- Add support for Template type (t-strings) to pprint
- Improve documentation for the ``copy`` module
- Creating a subinterpreter when Python is run with -X tracemalloc leads to segfault
- Some multiprocessing APIs should be possible to import or use even when multiprocessing itself isn't available
- RuntimeError: Event loop is closed during object finalization after asyncio.run() completes in short-lived scripts
- gh-133438: Fix the use of the terms "argument" and "parameter" in error messages for invalid function calls
- Objects with both `__slots__` and `__dict__` have much larger size than needed (up to 4x) on Python 3.13
- Docs
- Python not yet supported