]> granicus.if.org Git - python/commit
WITH_CLEANUP_START uses fastcall
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Dec 2016 13:45:31 +0000 (14:45 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Dec 2016 13:45:31 +0000 (14:45 +0100)
commit842cfff3215aaebf788d782e40a61fe421fb2a5d
treef30571a817f4baa756de8c5d61b9fc45b42499c9
parent27580c1fb5e8cb756304f523006d832d2e3532e7
WITH_CLEANUP_START uses fastcall

Modify WITH_CLEANUP_START bytecode: replace PyObject_CallFunctionObjArgs() with
_PyObject_FastCall().
Python/ceval.c