mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
29198ea1c6
Modules/_sqlite/cursor.c uses "y#" format. It didn't declare PY_SSIZE_T_CLEAN, but the argument is Py_ssize_t already.