• Guido van Rossum's avatar
    Backport 2.93 from trunk: · 1f4a01f7
    Guido van Rossum yazdı
    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.
    1f4a01f7
intobject.c 25.1 KB