diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-08-12 15:08:20 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-08-12 15:08:20 +0000 |
commit | 738eda742cd17739d65594b557fba442f65ff18a (patch) | |
tree | 330012d5cd4f8eb265b114f185ba96d705d24271 /Lib/zipfile.py | |
parent | 5d546674d18b3e96a473454167f1e07d313e89ca (diff) | |
download | cpython-git-738eda742cd17739d65594b557fba442f65ff18a.tar.gz |
k_mul: Rearranged computation for better cache use. Ignored overflow
(it's possible, but should be harmless -- this requires more thought,
and allocating enough space in advance to prevent it requires exactly
as much thought, to know exactly how much that is -- the end result
certainly fits in the allocated space -- hmm, but that's really all
the thought it needs! borrows/carries out of the high digits really
are harmless).
Diffstat (limited to 'Lib/zipfile.py')
0 files changed, 0 insertions, 0 deletions