]> granicus.if.org Git - python/commit
slot_nb_bool() now uses fast call
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:28:25 +0000 (18:28 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:28:25 +0000 (18:28 +0200)
commit20a3007a8de57c99713cae8849634f47689a8f19
tree251340eb295eb7ed2551c1e574b3df529fce5cc8
parenta12eec48b6b30d446bd1a9461bb5b948c9d167fe
slot_nb_bool() now uses fast call

Issue #27128: slot_nb_bool() now calls _PyObject_FastCall() to avoid a
temporary empty tuple to call the slot function.
Objects/typeobject.c