mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
37bb289556
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().
Miscellaneous source files for the main Python shared library