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 supported853 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Document that bf_getbuffer must prevent GC (only under freethreading?) to write to its `view` argument
- Provide name suggestions for failed attribute deletions
- Improve traceability of assertion errors in common functions
- An object referenced only through it's own `__dict__` can get collected too early.
- iOS testbed doesn't reliably capture *all* log output
- `KeyboardInterrupt` not handled while evaluating a tight `while` loop condition on Python 3.13
- Docs: improve covariance generic typing examples
- gh-130167: Improve speed of `inspect.formatannotation` by replacing `re`
- Make `os.scandir` retry on system calls failing with EINTR
- gh-86069: Do not ignore the third argument in slot_nb_inplace_power()
- Docs
- Python not yet supported