mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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