]> granicus.if.org Git - python/commit
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
authorRaymond Hettinger <python@rcn.com>
Mon, 2 Feb 2009 22:55:09 +0000 (22:55 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Feb 2009 22:55:09 +0000 (22:55 +0000)
commite8364233aea88cf68e8f54a515dce10160ead35b
treebbe6369d9536d20602676c097b8c60ce8fa325a0
parent9f9892648f954e45a628113febb524261075db32
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Include/abstract.h
Lib/test/test_iterlen.py
Misc/NEWS
Objects/abstract.c
Objects/bytearrayobject.c
Objects/listobject.c