diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-19 11:45:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 11:45:31 +0200 |
commit | 37bb2895561d3e63a631f10875567b4e33b30c07 (patch) | |
tree | 25afc8f4882caeaef5f14e09499a5e949f218b0c /Python/pythonrun.c | |
parent | 01ece63d42b830df106948db0aefa6c1ba24416a (diff) | |
download | cpython-git-37bb2895561d3e63a631f10875567b4e33b30c07.tar.gz |
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().
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions