bpo-8677: use PY_SSIZE_T_CLEAN in sqlite by methane · Pull Request #12434 · python/cpython

Conversation

Modules/_sqlite/cursor.c uses "y#" format.
But it didn't declare PY_SSIZE_T_CLEAN.

pablogsal

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I would also inspect in case there are opportunities to use Py_ssize_t instead of int in the modules.

Labels