SIGN IN SIGN UP

bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)

It happened with fast range iterator  when the calculated stop = start + step * len
was out of the C long range.
S
Serhiy Storchaka committed
936f6a16b9ef85bd56b18a247b962801e954c30e
Parent: c2970fd
Committed by GitHub <noreply@github.com> on 9/4/2021, 6:02:21 PM