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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- `py -V:X.Y script.py` fails with "No suitable Python runtime found" when script arguments contain forward slashes
- Reorganize the I/O Base classes documentation
- gh-148323: release the GIL in `bytes.join` when operands are immutable
- Buffer requests - `itemsize`, `format`, and `PyBUF_SIMPLE`
- gh-148428: Fix file handle leak in pulldom.parse()
- gh-148259: make `list.remove` atomic for non-trivial `__eq__` comparison
- `list`'s rich comparison has a race condition for non-trivial `__eq__` and may return an incorrect result
- gh-69605: PyREPL: insert "import" after "from foo <tab>"
- gh-131798: JIT inline function pointer address for extended binary op
- subprocess.Popen: warnings.warn() calls missing stacklevel=2
- Docs
- Python not yet supported