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
- Enable `pdb` to `display` numpy arrays
- Set TCP_NODELAY for `http.server`
- Add `__class_getitem__` to `map` builtin, PEP 585
- GH-46145: make `PyStructSequence` compatible with `namedtuple`
- `exc_info` can get lost when `throw`ing into an `await` or `yield from`
- Structure for importlib metadata identities
- Processing of fields in dataclasses is inconsistent with MRO
- tp_dictoffset and Py_TPFLAGS_MANAGED_DICT can get out of sync with multiple inheritance in C extensions using PyType_FromSpecWithBases
- Make ABCs compatible with match-case syntax
- `asyncio.gather` with a single task raises an unexpected `CancelledError` exception when `SystemExit` occurs in this task.
- Docs
- Python not yet supported