cpython/Python
Raymond Hettinger a710b331da SF bug #1242657: list(obj) can swallow KeyboardInterrupt
Fix over-aggressive PyErr_Clear().  The same code fragment appears in
various guises in list.extend(), map(), filter(), zip(), and internally
in PySequence_Tuple().
2005-08-21 11:03:59 +00:00
..
.cvsignore
atof.c
bltinmodule.c SF bug #1242657: list(obj) can swallow KeyboardInterrupt 2005-08-21 11:03:59 +00:00
ceval.c Port from the Python 2.4 branch, patches for SF bug # 900092, 2005-08-15 18:14:19 +00:00
codecs.c
compile.c com_yield_expr(): Squash new compiler wng about unreferenced local. 2005-08-03 18:33:05 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
exceptions.c PEP 342 implementation. Per Guido's comments, the generator throw() 2005-08-02 00:46:46 +00:00
fmod.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c PEP 342 implementation. Per Guido's comments, the generator throw() 2005-08-02 00:46:46 +00:00
hypot.c
import.c
importdl.c
importdl.h
mactoolboxglue.c
marshal.c Add a C API for sets and frozensets. 2005-08-16 03:47:52 +00:00
memmove.c
modsupport.c
mysnprintf.c
mystrtoul.c
pyfpe.c
pystate.c
pystrtod.c
pythonrun.c * Improve code for the empty frozenset singleton: 2005-08-01 21:39:29 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c
sysmodule.c
thread.c
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c