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 supported881 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- 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-148501: Fix cross-block adrp+ldr to movz optimization on AArch64
- `make dist-pdf` doesn't work, had to use different method
- gh-130655: add tests for dgettext, dpgettext, dngettext, and dnpgettext functions
- `memoryview.cast("?")` has undefined behavior on some platforms/compilers
- JIT: _Py_uop_sym_set_recorded_type may receive a non-type at trace optimization time.
- xml.sax expatreader: entity stack not cleaned up after error in external_entity_ref()
- gh-148380: remove all uses of `_PyType_LookupByVersion` in `optimizer_bytecodes.c`
- Docs
- Python not yet supported