]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport listobject.c 2.137 and tupleobject.c 2.75:
authorGuido van Rossum <guido@python.org>
Fri, 11 Oct 2002 21:13:14 +0000 (21:13 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Oct 2002 21:13:14 +0000 (21:13 +0000)
commit3974ce3a313875b15fa6825a7acb4a22b8b27645
treebf69916006e908e98c9de4258f81ed6a70193fbd
parentccf84d62e8320bb0da5e62607a8d71ecade772d7
Backport listobject.c 2.137 and tupleobject.c 2.75:

Add checks for size overflow on list*n, list+list, tuple+tuple.
Objects/listobject.c
Objects/tupleobject.c