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 supported888 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- bpo-46761: handle `functools.partial` before `follow_wrapper_chains` in inspect.signature()
- gh-91090: Make started multiprocessing.Process instances and started multiprocessing.managers.BaseManager instances serialisable
- bpo-46742: Add "-d 123" / "--trace_fd 123" option to the trace module…
- bpo-46826: document prefixes argument on site.getsitepackages
- gh-90980: skip getaddrinfo thread if host is already resolved, using socket.AI_NUMERIC...
- gh-81536: For nonblocking sockets, add `SSLSocket.eager_recv` to call `SSL_read` in a loop
- gh-90756: Fix ElementTree.write XML prolog for encoding 'utf-8-sig'
- gh-90669: Let typing.Annotated wrap dataclasses annotations
- bpo-46520: Handle identifiers that look like keywords in `ast.unparse`
- bpo-46561: Ensure operands to __get__ survive the call
- Docs
- Python not yet supported