summaryrefslogtreecommitdiffstats
path: root/Modules/_json.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-12-08 23:31:47 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-12-08 23:31:47 (GMT)
commitef7def94c7c681a10031e88efd6511f5c4ff2c75 (patch)
treefa6a39994a3072cf8e272582e1cd725eab3b2686 /Modules/_json.c
parente9abde4642451f17d98e43aacc2bac74f83451c3 (diff)
downloadcpython-ef7def94c7c681a10031e88efd6511f5c4ff2c75.zip
cpython-ef7def94c7c681a10031e88efd6511f5c4ff2c75.tar.gz
cpython-ef7def94c7c681a10031e88efd6511f5c4ff2c75.tar.bz2
_PyObject_CallFunctionVa() uses fast call
Issue #28915: Use _Py_VaBuildStack() to build a C array of PyObject* and then use _PyObject_FastCall(). The function has a special case if the stack only contains one parameter and the parameter is a tuple: "unpack" the tuple of arguments in this case.
Diffstat (limited to 'Modules/_json.c')
0 files changed, 0 insertions, 0 deletions