]> granicus.if.org Git - python/commit
Fix the overflow checking of list_repeat.
authorArmin Rigo <arigo@tunes.org>
Wed, 17 Oct 2007 18:46:37 +0000 (18:46 +0000)
committerArmin Rigo <arigo@tunes.org>
Wed, 17 Oct 2007 18:46:37 +0000 (18:46 +0000)
commita1e42e11d51237a949ad2568f8a097d4b442fdec
tree09c46f959fa48a8a1bc29dd2839b79d80bab673a
parent7b201162cf842485b8b2de9b6989c6ce5ec02160
Fix the overflow checking of list_repeat.
Introduce overflow checking into list_inplace_repeat.

Backport candidate, possibly.
Lib/test/test_list.py
Objects/listobject.c