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 supported966 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-157740: Fix crash when multiple threads execute the same code with the JIT enabled
- asyncio.as_completed() raises "no running event loop" when created outside a running loop (3.14 regression)
- gh-157695: Rename HAVE_ACOSPI to _Py_HAVE_ACOSPI
- gh-157710: Enable read-only optimization in PyUnicodeWriter
- gh-141540: Improve strptime error message for unconverted data
- [3.15] gh-157847: Remove obsolete "Changes since Python 2.6/3.0" sections from `turtle` docs (GH-157846)
- gh-157847: Rewrite `turtle` module docs introduction
- gh-157856: Fix asyncio.as_completed() outside a running event loop
- cmath.atanh() returns infinity for complex(1.0, 2.0**-511)
- Passing wrong number of arguments to generic produces runtime errors
- Docs
- Python not yet supported