]> granicus.if.org Git - python/commit
_PyObject_FastCallDict(): avoid _Py_CheckFunctionResult()
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 24 Aug 2016 22:39:34 +0000 (00:39 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 24 Aug 2016 22:39:34 +0000 (00:39 +0200)
commit53cb489ed08c6940b026c1be6b7aec87eb1f02fd
tree2b09f83e7b13a59d9aeaeee84ddf5cdd598de68d
parent577e1f8cb41b76ea763910a47abf42a1952ddec3
_PyObject_FastCallDict(): avoid _Py_CheckFunctionResult()

_PyObject_FastCallDict() only requires _Py_CheckFunctionResult() for the
slow-path. Other cases already check for the result.
Objects/abstract.c