diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-08 11:06:00 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-08 11:06:00 (GMT) |
commit | 7399a05965162f46ca00b5453a59f71fdb5851f1 (patch) | |
tree | 08c61a1b6830a77d5ebf86da2ce6b59d4597b2f4 /Python/getcompiler.c | |
parent | ee0ee9ae8e9111a5ce8a09e7b705cfd380394ce7 (diff) | |
download | cpython-7399a05965162f46ca00b5453a59f71fdb5851f1.zip cpython-7399a05965162f46ca00b5453a59f71fdb5851f1.tar.gz cpython-7399a05965162f46ca00b5453a59f71fdb5851f1.tar.bz2 |
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/getcompiler.c')
0 files changed, 0 insertions, 0 deletions