]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
authorRaymond Hettinger <python@rcn.com>
Mon, 2 Feb 2009 23:42:36 +0000 (23:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Feb 2009 23:42:36 +0000 (23:42 +0000)
commit9c251e70949f2c64303488d5e9607ab613e40fbf
tree9e6f6535056534d40a1b4d64df182f30e479b4b4
parent22336ddd3263c7f4cc680fdac6e12a357ce2cded
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