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 supported939 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-152075: Avoid lock contention in _Py_Specialize_LoadGlobal under free threading
- sqlite3.Connection.iterdump() produces an unrestorable dump for a populated virtual table
- gh-153729: Fix sqlite3 iterdump() for populated virtual tables
- sqlite3 command-line interface crashes on a NUL byte or lone surrogate in an input line
- gh-153731: Handle NUL and lone surrogate in sqlite3 CLI REPL
- Conditionally support native half-precision IEEE types in struct/array/ctypes modules and memoryview
- gh-151950: Fix Sphinx references in mmap documentation
- gh-61481: Document that memoryview, range, and slice cannot be subclassed
- sqlite3 completion fail on attached names with quotes
- `ipaddress`: `subnet_of()` and `supernet_of()` raise confusing `TypeError` wrapping an `AttributeError` when passed an Address object
- Docs
- Python not yet supported