diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-08 12:06:00 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-08 12:06:00 +0100 |
commit | b4e41f42fc0d0d07c18a8e2b752699c379ad3c78 (patch) | |
tree | bea8580a2509b9f6da8c7f3a55f580fe28d86599 /Python/makeopcodetargets.py | |
parent | 3104a00c4403037b094bd476e1c8cd3fc4341e5f (diff) | |
download | cpython-b4e41f42fc0d0d07c18a8e2b752699c379ad3c78.tar.gz |
Issue #29306: Fix usage of Py_EnterRecursiveCall()
* *PyCFunction_*Call*() functions now call Py_EnterRecursiveCall().
* PyObject_Call() now calls directly _PyFunction_FastCallDict() and
PyCFunction_Call() to avoid calling Py_EnterRecursiveCall() twice per
function call
Diffstat (limited to 'Python/makeopcodetargets.py')
0 files changed, 0 insertions, 0 deletions