cpython/Python
Guido van Rossum c5fe5eb8d2 SF bug 567538: Generator can crash the interpreter (Finn Bock).
This was a simple typo.  Strange that the compiler didn't catch it!
Instead of WHY_CONTINUE, two tests used CONTINUE_LOOP, which isn't a
why_code at all, but an opcode; but even though 'why' is declared as
an enum, comparing it to an int is apparently not even worth a
warning -- not in gcc, and not in VC++. :-(

Will fix in 2.2 too.
2002-06-12 03:45:21 +00:00
..
.cvsignore
atof.c
bltinmodule.c Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. 2002-06-05 23:12:45 +00:00
ceval.c SF bug 567538: Generator can crash the interpreter (Finn Bock). 2002-06-12 03:45:21 +00:00
codecs.c
compile.c Fix SF bug [ 561825 ] Confusing error for "del f()" 2002-05-31 14:08:29 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c Patch #488073: AtheOS port. 2002-06-11 06:22:31 +00:00
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_mac.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Mass checkin of universal newline support. 2002-04-14 20:12:41 +00:00
exceptions.c As discussed on python-dev, add a mechanism to indicate features 2002-05-29 15:54:55 +00:00
fmod.c
frozen.c
frozenmain.c
future.c Removed more hair in support of future-generator stmts. 2002-04-12 01:20:10 +00:00
getargs.c Fix by Greg Chapman from SF bug 534347: Potential AV in vgetargskeywords. 2002-04-04 16:22:30 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c Disambiguate the grammar for backtick. 2002-05-24 15:47:06 +00:00
hypot.c
import.c imp_load_module(): correct and comment the sense of the test for '+' 2002-05-30 17:33:07 +00:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c Add the 'bool' type and its values 'False' and 'True', as described in 2002-04-03 22:41:51 +00:00
memmove.c
modsupport.c
mysnprintf.c
mystrtoul.c
pyfpe.c
pystate.c
pythonrun.c Ignore SIGXFSZ. 2002-04-23 20:31:01 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c
sysmodule.c Patch #505375: Make doc strings optional. 2002-06-09 13:33:54 +00:00
thread.c Patch #488073: AtheOS port. 2002-06-11 06:22:31 +00:00
thread_atheos.h Patch #488073: AtheOS port. 2002-06-11 06:22:31 +00:00
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 Mass checkin of universal newline support. 2002-04-14 20:12:41 +00:00