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
- gh-156117: Fix crash on non-UTF-8 gil in interpreter config
- Add `PyUnstable_InterpreterFrame_GetLocal` to read a local var from an interp. frame
- [3.15] gh-155974: Restore the window attributes when a curses write fails (GH-155975)
- gh-149167: PyREPL autocomplete imports to only display public members
- gh-156098: Document the `str` form of `PyUnicode_DecodeCharmap()'s` mapping argument
- [3.15] gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103)
- [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)
- Docs
- Python not yet supported