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 supported856 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- non-readline PyOS_StdioReadline when used with PyOS_InputHook fails is buggy with long input
- gh-103925: csv.py _guess_quote_and_delimiter should be able to handle windows \r
- posix subprocess should support timeout when waiting on the errpipe_read pipe
- `__getattribute__` does not propagate `AttributeError` error-message if `__getattr__` fails as well
- filedialog.askdirectory "Cancel" behaves differently under Linux and Windows (Wine)
- asyncio.create_subprocess_exec does not respond properly to asyncio.CancelledError
- GH-92737: Corrected posixpath behaviour to not assume '//' is equivalent to '/'.
- Make sure that typing cache differentiate `Union[int, str]` and `Union[str, int]`
- gh-103758: ensure previously registered forkers get executed along with new ones
- Allow __slots__ on classes with Py_TPFLAGS_ITEMS_AT_END
- Docs
- Python not yet supported