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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- [3.15] gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104)
- [3.15] gh-156124: Fix a crash when deleting ctypes Pointer.contents (GH-156125)
- [3.15] gh-156101: Fix sqlite3 Cursor.arraysize on a failed assignment (GH-156105)
- [3.15] gh-152817: Prevent deletion of sqlite3 cursor.row_factory attr (GH-152818)
- [3.15] gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (GH-155954)
- Data races in CJK multibyte codec state under free-threading
- [3.15] gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167)
- `zlib.Decompress.flush()` silently returns corrupted output instead of raising `zlib.error`
- `zlib.crc32_combine()` hangs on a negative length and `adler32_combine()` returns rubbish
- FutureWarning from a nested set operand is not attributed to the caller
- Docs
- Python not yet supported