• Guido van Rossum's avatar
    SF bug 567538: Generator can crash the interpreter (Finn Bock). · c5fe5eb8
    Guido van Rossum yazdı
    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.
    c5fe5eb8
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
AtheOS-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
NEWS Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RFD Loading commit data...
cheatsheet Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
pymemcompat.h Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
vgrindefs Loading commit data...