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
- standard library email.parser fails to recognize multipart message
- IDLE: Performance issue processing config-extensions.def
- Re-export `._replace` as `.replace` in `urllib.parse` result types
- PEP-739 build-details generation is incorrect when cross-building
- Include `Pdb._exec_in_closure()` as code-path in `exec()` itself, or make it a public utility otherwise?
- `ProcessPoolExecutor` fails to notify when called with `shutdown(cancel_futures=True)`
- class _IPv6Constants._reserved_networks should include fec0::/10
- The built-in functions `bytearray()`, `bytes()`, `dict()`, `frozenset()`, `memoryview()`, `range()`, `set()`, `str()` and `tuple()` should have anchor tags
- The `bytearray()` value set to `bytes.partition()` and `bytes.rpartition()` is not converted to a `bytes()` value, keeping a `bytearray()` value in a tuple
- Documentation of `import` statement should include binding to `global` and `nonlocal` namespaces
- Docs
- Python not yet supported