]> granicus.if.org Git - python/commit
SF bug 555042: zip() may trigger MemoryError.
authorTim Peters <tim.peters@gmail.com>
Sun, 12 May 2002 07:19:38 +0000 (07:19 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 12 May 2002 07:19:38 +0000 (07:19 +0000)
commit39a86c2188b22818c187e860fbf7d77a28a6a116
tree3f4ba33fb67e240057bfdb757cbf0343fc076978
parent9b1df1db684e5f7f0ab22e423d9858ee5cd340d9
SF bug 555042: zip() may trigger MemoryError.
NOT a bugfix candidate:  this is a fix to an optimization introduced
in 2.3.
Lib/test/test_b2.py
Python/bltinmodule.c