commit | 67d687a1145d12f1e7e835a0c8259ba1cc2450b1 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 29 21:27:32 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 29 21:27:32 2002 +0000 |
tree | 149659a94c9324080026103b025eafef2fa80095 | |
parent | 541703b18f6eaff9ffdc4d101cb692a4362da42f [diff] |
builtin_zip(): Take a good guess at how big the result list will be, and allocate it in one gulp. This isn't a bugfix, it's just a minor optimization that may or may not pay off.