blob: 721427fe6465750e1b49a64b13dd05b1e433c0f7 (
plain)
1
2
3
|
Fix multiplying a list by an integer (``list *= int``): detect the integer
overflow when the new allocated length is close to the maximum size. Issue
reported by Jordan Limor. Patch by Victor Stinner.
|