]> granicus.if.org Git - python/commit
Fix an out-of-bound index in pmerge() discovered by Zooko (SF bug
authorGuido van Rossum <guido@python.org>
Tue, 31 Dec 2002 16:33:01 +0000 (16:33 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 31 Dec 2002 16:33:01 +0000 (16:33 +0000)
commit768158c11b0ad571b7e6c9337aa39bae4b3958e3
treeec42746126e98e2894328e9093cb079ab3a5893e
parente29310a2b3e50958b00c0e92b142992599cf7ef1
Fix an out-of-bound index in pmerge() discovered by Zooko (SF bug
645404).  I'm not 100% sure this is the right fix, so I'll keep the
bug report open for Samuele, but this fixes the index error and passes
the test suite (and I can't see why it *shouldn't* be the right fix
:-).
Objects/typeobject.c