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-155496: Use Argument Clinic for more functions of the time module
- gh-155496: Use Argument Clinic for more functions of the _thread module
- Deduplicate escape/quote scanning in f-string/t-string debug text handling
- Quadratic `compile()` / `ast.parse()` time for modules with many f-strings (PEP 701 tokenizer `update_fstring_expr` rescans the whole remaining buffer per replacement field)
- complex_abs() should call _Py_c_abs() with errno=0 set
- [3.15] Update logging.config.listen() docstrings to mention dictConfig() (GH-155479)
- gh-149277: Fix error position for invalid numeric literals
- gh-155445: Fix the calculation of constant HAVE_GETVALUE in `test._test_multiprocessing`.
- [3.15] gh-155411: Fix test.support.subTests() for asynchronous tests (GH-155412)
- gh-142349: Clarify that sys.lazy_modules may contain extra items
- Docs
- Python not yet supported