]> granicus.if.org Git - python/commit
Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat().
authorGuido van Rossum <guido@python.org>
Mon, 12 Nov 2007 20:04:41 +0000 (20:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Nov 2007 20:04:41 +0000 (20:04 +0000)
commit809123c61f6d8c09e87d2a5e7bd0bfc9c36791d3
tree16893e931c2cfec04380b1a929eaf74770d2a580
parent50bbcc27e3e0e1bacb39eb9f553bcd68f9ef077a
Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat().
The C changes aren't quite the same as the patch given there; the test is.
Lib/test/seq_tests.py
Objects/listobject.c