diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-24 22:39:34 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-24 22:39:34 (GMT) |
commit | 53cb489ed08c6940b026c1be6b7aec87eb1f02fd (patch) | |
tree | 2b09f83e7b13a59d9aeaeee84ddf5cdd598de68d /Objects/classobject.c | |
parent | 577e1f8cb41b76ea763910a47abf42a1952ddec3 (diff) | |
download | cpython-53cb489ed08c6940b026c1be6b7aec87eb1f02fd.zip cpython-53cb489ed08c6940b026c1be6b7aec87eb1f02fd.tar.gz cpython-53cb489ed08c6940b026c1be6b7aec87eb1f02fd.tar.bz2 |
_PyObject_FastCallDict(): avoid _Py_CheckFunctionResult()
_PyObject_FastCallDict() only requires _Py_CheckFunctionResult() for the
slow-path. Other cases already check for the result.
Diffstat (limited to 'Objects/classobject.c')
0 files changed, 0 insertions, 0 deletions