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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- asyncio: SelectorEventLoop busy-loops at 100% CPU forever when the self-pipe socketpair reaches EOF
- Concurrent generator iteration crashes the free-threaded build on 3.13 and 3.14 (gh-120321 fixes not backported)
- Fix file:\\ URL handling in urllib on Windows
- Speed up import rlcompleter by deferring inspect and re
- [3.15] gh-155648: Fix IDLE tests that cannot fail (GH-156257)
- Url starting with file:\\ no longer works in urllib since 3.14
- Testing Python-3.14.7 on PPC Mac OS X 10.5.6, Leopard, shows problems with blake2* hashes
- [3.14] Add a page detailing the time complexity of operations on built-in types (GH-154363)
- Broken circular import between `threading` and `_threading_local`
- curses `window.encoding` does not encode `str` arguments on a wide build
- Docs
- Python not yet supported