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 supported867 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-146199: Fix error handling in `code_richcompare` when `PyObject_RichCompareBool` fails
- test_itertools: non-ASCII temp dir name corrupted under Windows mbcs codepage and not removed, causing FileNotFoundError in subsequent tests
- gh-146044: Fix ctrl-w (unix-word-rubout) to use whitespace word boundaries
- gh-146194: Fix nested KeyboardInterrupt handling in asyncio
- Building with OpenSSL-4.0.0-alpha1 fails with
- gh-145866: Implement `POP_ITER` as macro op using `POP_TOP`
- Undefined Behavior in _PyUnicodeWriter_WriteASCIIString: NULL pointer passed to memcpy when len is 0
- [3.14] gh-146056: Fix repr() for lists and tuples containing NULLs (GH-146129) (alt)
- gh-146169: Prevent re-entrant Parse() calls in pyexpat
- gh-146059: Call fast_save_leave() in pickle save_frozenset()
- Docs
- Python not yet supported