]> granicus.if.org Git - python/commit
Mark Favas was quick to note that the last checkin divides by zero
authorGuido van Rossum <guido@python.org>
Tue, 13 Jul 1999 05:41:12 +0000 (05:41 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 Jul 1999 05:41:12 +0000 (05:41 +0000)
commit0eb55ac91208b58359e442553b6158739956ad39
tree56686916f602496cc8115cdc45f5684b93a8fa39
parent5bc51f2f27dfeb57ae08b659ef1aa0c035077d60
Mark Favas was quick to note that the last checkin divides by zero
when n == 0...  So divide by a->ob_size instead which was already
tested for 0.
Objects/tupleobject.c