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-105812: Make use of the Sphinx `deco` role in documentation, part 1
- gh-139821: Make ``tarfile.open`` correctly forward keyword arguments for zstd in stream mode.
- Links to PEP 585 in Generic types
- gh-140029: avoid impact of system proxies on urllib test suite by mocking relevant functions
- The asyncio REPL interactive daemon thread doesn't handle `PYTHONSTARTUP` exceptions
- Use interned versions of string constants if they're already present
- `test.test_ssl.ThreadedTests.test_sendfile` times out on i686 build of 3.15.0a1 in Fedora
- gh-140145: Improve error message of `UnicodeEncodeError` in `zoneinfo.load_tzdata`
- gh-133956 fix bug where `dataclass` wouldn't detect `ClassVar` fields if `ClassVar` was re-exported from a module other than `typing`
- `gettext.ngettext` parameters `msgid1` and `msgid2` are documented as `singular` and `plural`
- Docs
- Python not yet supported