]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a possible segfault from recursing too deep to get the repr of a list.
authorBrett Cannon <bcannon@gmail.com>
Mon, 10 Sep 2007 21:38:27 +0000 (21:38 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 10 Sep 2007 21:38:27 +0000 (21:38 +0000)
commita0c05512ec071b98e8170c8cfe845bee6fc934da
tree83da314bd97dd8153e1ffd85f933c24087fae956
parentf3d280e62acfa2d597dff13105f7fec4a5eeb8e6
Fix a possible segfault from recursing too deep to get the repr of a list.

Closes issue #1096.
Lib/test/list_tests.py
Misc/NEWS
Objects/listobject.c