summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-06-19 11:45:31 +0200
committerGitHub <noreply@github.com>2020-06-19 11:45:31 +0200
commit37bb2895561d3e63a631f10875567b4e33b30c07 (patch)
tree25afc8f4882caeaef5f14e09499a5e949f218b0c /Python/pythonrun.c
parent01ece63d42b830df106948db0aefa6c1ba24416a (diff)
downloadcpython-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