]> granicus.if.org Git - python/commit
In PyObject_IsTrue(), don't call function pointers that are NULL
authorGuido van Rossum <guido@python.org>
Fri, 22 May 1998 00:53:24 +0000 (00:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 May 1998 00:53:24 +0000 (00:53 +0000)
commit1c4f45809994fcbebd3d43ec0c771b8900e205e8
treed09177ebf29904f401b6ff951b6851923e7ead7f
parent7e33c6e89673afd4791f35aef6893a04b0218849
In PyObject_IsTrue(), don't call function pointers that are NULL
(nb_nonzero, mp_length, sq_length).
Objects/object.c