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 supported925 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-89723: Set sys.last_* for SyntaxErrors in the IDLE Shell
- gh-66172: Don't let a corrupt config file prevent IDLE from starting
- gh-71808: Rebuild IDLE query dialogs on tkinter.simpledialog.Dialog
- gh-121021: Add extended timestamps when writing a file with `zipfile`
- ast.parse creates only Constant(value=0) nodes for a `case +0:` pattern, which is inconsistent.
- gh-136063: WIP: Refactor email _header_value_parser and eliminate non-linear complexity
- Data race in the `codec.errors` setter (`codecctx_errors_set`) on a shared stateful codec
- Python 3.13 / OpenSSL 3.5.5 crashes on Windows with OPENSSL_Uplink ... no OPENSSL_Applink when SSLKEYLOGFILE is set
- gh-152708: Fix AST generation asymmetry for unary positive in match statements
- Data race between `sys._current_exceptions()` and a concurrently attaching thread
- Docs
- Python not yet supported