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 supported938 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- os.sendfile() can return a bogus number of transferred bytes on illumos
- gh-154335: Allow disabling terminal colors in Tachyon's `pstats_collector` module
- gh-154208: Fix Windows handle leak when a child process dies early
- readline.c: Missing NULL check on PyLong_FromLong
- gh-154385: Add missing NULL check on PyLong_FromLong in flex_complete in readline.c
- Document PythonTest and PythonEmbed install options
- Data race: `sys.addaudithook()` lazily creates `interp->audit_hooks` with no lock
- gh-154348: fix data race on nogil build about `sys.monitoring.use_tool_id()`
- pdb -p does not display the `(Pdb) ` prompt
- gh-154467: Fix empty (Pdb) prompt when attaching to a process with pdb -p
- Docs
- Python not yet supported