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
- Trace starting from `RESUME` in the JIT
- ENH: improve doctest class item discovery to include members
- gh-126037: fix crashes in `xml.etree.ElementTree.Element.find*` when concurrent mutations happen
- Executing `from . import *` within the REPL will import the `_pyrepl` package, But executing with the `-c` argument will result in an error.
- gh-127947: Repeat PyREPL key events on Windows when wRepeatCount > 1
- `can_colorize()` ignores `FORCE_COLOR`/`NO_COLOR`/`TERM` when `-E` is set
- Make `test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once` and `test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once` behavioral tests
- A more compact pathlib summary
- gh-127773: Disable attribute cache on incompatible MRO entries
- Explicit imports in tkinter.simpledialog
- Docs
- Python not yet supported