]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34397: Remove redundant overflow checks in list and tuple implementation. (GH...
authorSergey Fedoseev <fedoseev.sergey@gmail.com>
Mon, 25 May 2020 14:54:40 +0000 (19:54 +0500)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 14:54:40 +0000 (07:54 -0700)
commite682b26a6bc6d3db1a44d82db09d26224e82ccb5
treee680c94323d9a5e31b8f8cefd16710a8243a8078
parentef16958d17e83723334a51428f410f726d6492a7
bpo-34397: Remove redundant overflow checks in list and tuple implementation. (GH-8757)
Objects/listobject.c
Objects/tupleobject.c