SIGN IN SIGN UP

bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)

Modules/_sqlite/cursor.c uses "y#" format.
It didn't declare PY_SSIZE_T_CLEAN, but the argument is Py_ssize_t already.
I
Inada Naoki committed
29198ea1c6d58f87389136b0ac0b8b2318dbac24
Parent: 943395f
Committed by GitHub <noreply@github.com> on 3/19/2019, 1:10:18 PM