tests/bundles/test-keyword.hg
author Yuya Nishihara <yuya@tcha.org>
Tue, 09 Apr 2019 21:59:37 +0900
changeset 42096 509a0477b3a6
parent 14116 cd3032437064
permissions -rw-r--r--
cext: cast s# arguments of Py_BuildValue() to Py_ssize_t The doc doesn't state that "s#" of Py_BuildValue() is controlled by PY_SSIZE_T_CLEAN (unlike the one for PyArg_ParseTuple()), but actually it's switched to Py_ssize_t. https://docs.python.org/2/c-api/arg.html#c.Py_BuildValue https://github.com/python/cpython/blob/2.7/Python/modsupport.c#L432 Follow up for b01bbb8ff1f2 and 896b19d12c08.

(binary:application/octet-stream)