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 supported926 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- concurrent.interpreters: Interpreter.call() crashes when the result fails to unpickle in the caller
- gh-151892: Fix crash unpickling interpreters.call() result
- marshal.loads() crashes on a back-referenced dict when an allocation fails (3.15 regression)
- gh-82113: Fix ConfigParser.items() returning '' for value-less options
- gh-146643: Fix Protocol creation crashing on an __annotate__ member
- gh-107831: Fix inspect.getcallargs accepting positional-only args by keyword
- Optimize `contextlib.contextmanager` to use `for` loops instead of `next`
- MetaClass `tp_new == NULL` needs to be rejected in Python for `type(...)`
- What's New in Python 3.16 (copyediting)
- Fix all Sphinx reference warnings in the documentation (meta issue)
- Docs
- Python not yet supported