Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 202 Bytes

2022-09-28-17-09-37.gh-issue-97616.K1e3Xs.rst

File metadata and controls

3 lines (3 loc) · 202 Bytes

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.