]> 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 21:50:13 +0000 (21:50 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Feb 2009 21:50:13 +0000 (21:50 +0000)
commitb516370bcbeef7391edc28fa6bfcc8da6d98beea
tree057c3efe6e2de33086e1762a5a17d68384368eb0
parentd7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e
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
Python/bltinmodule.c