commit | 02fe64708f809d00bfaa31fa7a7105ec2d7d28a1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Sep 11 19:00:52 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Sep 11 19:00:52 2002 +0000 |
tree | 00bf849bf57a1ced47c3e0320cf516b9168d9cb0 | |
parent | f981a3373c1804fb79288f66a275ec095fd9acbf [diff] |
Insert an overflow check when the sequence repetition count is outside the range of ints. The old code would pass random truncated bits to sq_repeat() on a 64-bit machine. Backport candidate.