]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Sep 2019 10:36:38 +0000 (03:36 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Sep 2019 10:36:38 +0000 (03:36 -0700)
commit021e5db20bc19d678a5b94247a5cdcf689eff006
treeb3dcece7c27d0b53b961d69054560459c185bd02
parent30933d57fc4fd3e52123554b67723f13756a70ca
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)

This is a complement to PR 13375.
(cherry picked from commit 3c87a667bb367ace1de6bd1577fdb4f66947da52)

Co-authored-by: HongWeipeng <hongweichen8888@sina.com>
Lib/test/test_list.py
Misc/NEWS.d/next/Core and Builtins/2019-09-02-16-17-42.bpo-36946._lAuSR.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Objects/listobject.c