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 supported880 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- PyREPL does not handle `wRepeatCount` on Windows, causing incorrect 'dead key' behavior
- sys.settrace suffers quadratic behavior for large dictionary literals on 3.12+
- ENH: improve doctest class item discovery to include members
- gh-127947: Repeat PyREPL key events on Windows when wRepeatCount > 1
- 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
- Replace `pyvenv.cfg`'s `home` key with `base-prefix` and `base-exec-prefix`
- Method call on imported definition differs inside of a list comprehension
- SIGSEGV/SIGABRT in PyEval_RestoreThread
- Incorrect SyntaxError attributes when raised by `compile`
- Align the grammar documentation with Python's actual grammar
- Docs
- Python not yet supported