]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make sure that no use of a function pointer gotten from a
authorGuido van Rossum <guido@python.org>
Fri, 22 May 1998 00:53:47 +0000 (00:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 22 May 1998 00:53:47 +0000 (00:53 +0000)
commit7df115de652afa918f35b1028534ed621c45160d
tree53701214098e4131bc7ea8bccf827f23b58ab16e
parent1c4f45809994fcbebd3d43ec0c771b8900e205e8
Make sure that no use of a function pointer gotten from a
tp_as_sequence or tp_as_mapping structure is made without checking it
for NULL first.
Modules/stropmodule.c