summaryrefslogtreecommitdiffstats
path: root/Python/getcompiler.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-08 11:06:00 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-02-08 11:06:00 (GMT)
commit7399a05965162f46ca00b5453a59f71fdb5851f1 (patch)
tree08c61a1b6830a77d5ebf86da2ce6b59d4597b2f4 /Python/getcompiler.c
parentee0ee9ae8e9111a5ce8a09e7b705cfd380394ce7 (diff)
downloadcpython-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