bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
The PY_SSIZE_T_CLEAN macro must now be defined to use PyArg_ParseTuple() and Py_BuildValue() "#" formats: "es#", "et#", "s#", "u#", "y#", "z#", "U#" and "Z#". See the PEP 353. Update _testcapi.test_buildvalue_issue38913().
V
Victor Stinner committed
37bb2895561d3e63a631f10875567b4e33b30c07
Parent: 01ece63
Committed by GitHub <noreply@github.com>
on 6/19/2020, 9:45:31 AM