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 supported963 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- [3.13] gh-156920, gh-156698: fix ProactorEventLoop datagram transport hangs on close() and after write errors (GH-156921)
- Windows debug abi3t extensions autolink python316_d.lib instead of python316t_d.lib
- Strip `>>>` and `...` when pasting to REPL
- gh-157612: Strip prompts and output from pasted REPL sessions
- Add `exist_okay` parameter to `Path.symlink_to()`
- gh-85604: Check IDLE theme colors at startup
- gh-59568: Fix IDLE file dialogs for names starting with a tilde
- Specialize syntax error on unparenthesized `yield`
- `PyImport_CreateModuleFromInitfunc()`: wrong `__name__` for submodules, non-ASCII names rejected, inittab name clashes
- gh-157407: Reduce code size of ast and unicodeobject
- Docs
- Python not yet supported