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
- Add `mutate_flag` parameter for `fcntl.fcntl`
- Add `duration` and `visited` to the `gc.callbacks` and `gc.get_stats()` dicts
- gh-131196: Improve `uuid.__str__()` performance a little more
- gh-133710: Enhance pyrepl auto-indent
- Update `str*time` to C11 format codes
- `HTMLParser.unknown_decl` receives corrupted data (`'CDATA['`) when parsing an empty `CDATA` section
- `fnmatch.translate` changed in an undocumented way in Python 3.14
- `shlex.push_source()` fails to reset lexer state, causing new stream to be ignored if called after EOF
- gh-140971: Doc: Clarify pathlib.Path("") behavior
- Use-after-free due to race between SSLContext.set_alpn_protocols and opening a connection
- Docs
- Python not yet supported