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 supported880 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- The examples of "c extern" in the "Doc/includes/newtypes" directory of Python 3.11 and later versions need to be optimized, the memory structure of the `__dict__` in the C extern example under `Doc/includes/newtypes` is outdated.
- Inefficient ssl.SSLWantReadError exception slows down very common use-case
- SQLite3 threadsafety property should return 2 for serialized
- gh-117657: remove dump_traceback suppression from list
- Timedelta cannot be used in match statements
- multiprocessing.Barrier does not return if waiting process is terminated (tested on windows)
- Timeout is doubled - socket.create_connection()
- Improve performance of deepcopy by setting keep alive key in the memo
- gh-123745: Improve performance of deepcopy by setting keep alive key in the memo
- multiprocessing.connection.Client deadlocks when trying to connect to a listener without a password
- Docs
- Python not yet supported