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 supported788 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- ipaddress: Speed up IPv4Address.ipv6_mapped
- gh-86425: PrettyPrinter._format and ._safe_repr now protected against cyclic recursion with thread-wide context
- gh-85794: function-like objects now autospec'd with co_flags of their code objects copied
- GH-119668: expose importlib.machinery.NamespacePath
- gh-119670: Add 'always' keyword argument to `shlex.quote`
- Add "Total Machine Code Cost" of UOps to PyStats
- gh-119692: Add Total UOp 'cost' to PyStats Output
- Upstream downstream patches for allowing to make a relocatable (standalone) Python installation
- Better calibration of str.find aka FASTSEARCH
- asyncio `proc.kill()` and `proc.wait()` are counter intuitive
- Docs
- Python not yet supported