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 supported916 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-74667: Make socket.getservbyname(), getservbyport() and getprotobyname() thread-safe
- email: uncaught IndexError in the header parser on empty-input edge cases
- gh-151857: Fix IndexError in the email header parser on empty input
- concurrent.interpreters: crash (NULL dereference) when an unpickled AttributeError has a non-string arg
- gh-151862: Fix NULL deref on non-str AttributeError when unpickling
- [3.15] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextIOBase.readline` (GH-151679)
- [3.14] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextIOBase.readline` (GH-151679)
- [3.13] gh-151596: Add missing argument 'size' to pure-Python implementation of `TextIOBase.readline` (GH-151679)
- concurrent.interpreters: Interpreter.call() crashes when the result fails to unpickle in the caller
- gh-151892: Fix crash unpickling interpreters.call() result
- Docs
- Python not yet supported