]> granicus.if.org Git - python/commit
Fix for SF bug 571885
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 20 Jun 2002 23:13:17 +0000 (23:13 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 20 Jun 2002 23:13:17 +0000 (23:13 +0000)
commit8b47dffc932fe1452a7f5fae70307c0915cd3591
tree950044b1d832e2c3832ab3cdf65dd785a0a6b232
parentfc7d379a9692d56b40d437fa93e3b16edb9c27d0
Fix for SF bug 571885

When resizing a tuple, zero out the memory starting at the end of the
old tuple not at the beginning of the old tuple.
Objects/tupleobject.c