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 supported885 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- `typing.NoDefault` is not tested to be final
- gh-149410: Test that `typing.NoDefault` is final
- Replace `typing._LazyAnnotationLib` with `lazy import`
- Make `asyncio` REPL respect `python -E`
- JIT can trigger assert(uop_buffer_remaining_space(trace) > space_needed); for widened uops
- gh-149309: Use BaseException as BdbQuit's base class
- JIT shim build changes in #148872 can cause build steps to be unnecessarily repeated and with possible build breakage
- gh-149358: Generating JIT recorder transformers and stabilizing family layouts
- GH-148937: Use adaptive collection threshold for free-threaded GC
- asyncio: _ProactorBasePipeTransport._call_connection_lost leaks OSError [WinError 6] from PipeHandle.close() on Windows
- Docs
- Python not yet supported