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 supported942 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Escaped quotes cause source comments to leak into debug f-string output and t-string metadata
- A dict watcher that follows the documented error protocol makes CPython re-enter Python mid-update
- gh-154643: Only use __STDC_VERSION__ when defined
- gh-110721: Remove undefined `_Py_Offer_Suggestions` in `pycore_pyerrors.h`
- `zipfile`: Inconsistent and insufficient date_time validation and handling across `ZipInfo` methods
- Add escaping mode to PyUnicode_FromFormat(): %#c, %#s, %#S, %#U, %#V
- itertools.count use-after-free via re-entrant step.__radd__
- gh-154670: Fix use-after-free in itertools.count via re-entrant step
- gh-154546: Make http.cookies.BaseCookie.load() atomic on error
- Improve import time of various stdlib modules
- Docs
- Python not yet supported