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 supported853 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- `concurrent.futures.Executor.map` temporarily exceeds its `buffersize` while collecting the next result
- gh-131466: `concurrent.futures.Executor.map`: avoid temporarily exceeding `buffersize` while collecting the next result
- gh-64243: Implement `locale.getlocale` fall back in `gettext.find`
- PYTHONSAFEPATH still includes the current directory on Windows for script entrypoints
- glob.translate incorrectly treats ***
- Detect QEMU linux-user emulation in `subprocess._use_posix_spawn()`
- New REPL crashes on an empty DELETE_WORD_BACKWARDS (^W) followed by CLEAR_TO_START (^K)
- build-details.json should be installed to different locations for nondebug/debug builds and have distinct base_interpreter values
- Incorrect installation of `lib-dynload` for custom builds on openSUSE
- Support `typing.get_type_hints(partial(fn, ...))` by 'unwrapping' the `partial`, and discarding hints for bound arguments
- Docs
- Python not yet supported