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 supported852 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-140627: Fix `textwrap.wrap` removing whitespace at start of paragraph
- Walrus operator is not allowed inside the iterable of a comprehension which is itself the iterable of an outer comprehension
- Unclosed socket in urllib when ftp request times out after connect
- Inconsistent behaviors of `dict.keys()`, `dict.values()` and `dict.items()` with `==`
- gh-37883: Fix test_resource failures with file size limits
- unexpected behavior of pathlib with empty string
- Add an ordered `StrEnum` variant
- gh-131498: Remove commented-out dead code in cases_generator/analyzer.py
- Assertion failure in Objects/unicodeobject.c `_PyUnicode_DecodeUnicodeEscapeInternal2: Assertion 'end - s <= writer.size - writer.pos' failed`
- Draft: gh-139103: Use _PyObject_GetMethodStackRef for slot_tp_new
- Docs
- Python not yet supported