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 supported963 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Performance issue: mailbox.mbox slow because it does a tell/lseek for every line
- Free-threading scalability issue in ABC isinstance checking
- Docs: problem with page "itertools — Functions creating iterators for efficient looping"
- gh-156233: Fix the prior author's 'overly_generic' example's Python SyntaxError, and type annotation errors
- gh-157384: Document and test PyImport_CreateModuleFromInitfunc() semantics
- gh-157513: Add structured version info for ssl
- gh-145497: Check _Py_NUM_MANAGED_STATIC_EXTRA_TYPES at runtime
- `lazy import a.b as c` incorrectly binds to `a.b.b`
- gh-157418: Correct the ` IocpProactor.recvfrom_into()` parameter name
- configparser: whitespace-ending delimiter with an empty value cannot be parsed (write() output is unreadable)
- Docs
- Python not yet supported