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 supported882 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- 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.
- socket.getaddrinfo() fails to resolve scoped IPv6 addresses due to IDNA normalization
- concurrent.futures Executor.map cancels other futures when one raises an exception
- Incorrect reading "End of central directory record." (zipfile module)
- Docs
- Python not yet supported