]> granicus.if.org Git - python/commit
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
authorHongWeipeng <hongweichen8888@sina.com>
Sun, 8 Sep 2019 10:15:56 +0000 (18:15 +0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 Sep 2019 10:15:56 +0000 (13:15 +0300)
commit3c87a667bb367ace1de6bd1577fdb4f66947da52
treee5fd31e977fc7d8041cb85c432de6715b055d55d
parent32a960f8e1015b64b4b955b3d62920c5903d4c6f
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)

This is a complement to PR 13375.
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