summaryrefslogtreecommitdiff
path: root/Lib/test/support/__init__.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-08 12:06:00 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-02-08 12:06:00 +0100
commitb4e41f42fc0d0d07c18a8e2b752699c379ad3c78 (patch)
treebea8580a2509b9f6da8c7f3a55f580fe28d86599 /Lib/test/support/__init__.py
parent3104a00c4403037b094bd476e1c8cd3fc4341e5f (diff)
downloadcpython-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 'Lib/test/support/__init__.py')
0 files changed, 0 insertions, 0 deletions