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 supported763 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Class is not generic if it extends `type[X]`
- FAIL: test_quickened_static_code_gets_unquickened_at_Py_FINALIZE
- Use a principled, and consistent, implementation of freelists.
- gh-99533: Fix issue where email.generator.Generator ignores policy when using multipart/signed
- socket.if_nametoindex('no-such-iface') raises OSError() without setting errno
- Software executed using subprocess.Popen() or os.system() may encounter errors due to DLLs.
- os.path.normpath of relative path r".\C:\x" returns absolute path r"C:\x" on Windows, similar in pathlib
- subprocess.call(..., user=xx, group=xxx) is not able to gain privileges
- gh-100129: Make the names of all classes in the types module resolvable
- Change names of builtin types exposed in the types module
- Docs
- Python not yet supported