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 supported858 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Regression in custom codecs + `# coding:` directives across 3.8, 3.9 and 3.10~3.11
- `pickle.load` method works in ipynb but fails in a .py file
- Disallow calling PyThreadState_Delete* at runtime shutdown
- Optimize math.lcm(*xs)
- gh-48511: Make pwd and grp expose inner errors
- gh-102184: Test os.sync() only if "largefile" resource is enabled
- Clarify class variable nomenclature in documentation
- (Async)ExitStack can lose __context__ when its __exit__ runs without an active exception
- multiprocessing.pool.MaybeEncodingError with Python 3.11/Apple Silicon using Pool.starmap()
- gh-81536: Avoids repeated GIL acquisition when reading/writing to SSL sockets
- Docs
- Python not yet supported