]> 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 22:44:06 +0000 (22:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Feb 2009 22:44:06 +0000 (22:44 +0000)
commit24e2872f0d04c0d7c1745f677aef1a335433b556
treed11c883d601cda87a46839fbc6ba321089c6cb61
parentb2dbd4309aa3d2a8a823d251447b8fd8b4b2d7e3
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