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 supported855 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- 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-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
- gh-116093: ABCMeta.__subclasscheck__ now initializes cls if it is not yet initialized
- JIT: improve AArch64 code generation
- Docs
- Python not yet supported