summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-09-04 21:02:21 +0300
committerGitHub <noreply@github.com>2021-09-04 21:02:21 +0300
commit936f6a16b9ef85bd56b18a247b962801e954c30e (patch)
treeb28e59c8374f6a8ed06de4bf091a26628feac1bb /Python/pythonrun.c
parentc2970fdec52788b6d9ff419ab7e31f255d87433d (diff)
downloadcpython-git-936f6a16b9ef85bd56b18a247b962801e954c30e.tar.gz
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions