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
- Use Py_T_OBJECT_EX instead of _Py_T_OBJECT
- Add `NoneType.__or__` to allow for `None | None` in type aliases and annotations
- Add inspect.signature support for more builtins
- SystemExit raised in signal handler not propagated to running threads, killing them instead
- gh-52188: emit FutureWarning for negative start/end indices
- `TarFile.extractall` seeks backwards
- Improve Turtle graphics documentation
- gh-94543: Clarify the `mkstemp` documentation
- Turtle:"setworldcoordinates" cause the failure of some method of Pen
- Add a stdlib decorator that copies/applies the ParameterSpec from one function to another
- Docs
- Python not yet supported