• Guido van Rossum's avatar
    Fix a bug in stack overflow error handling. This fixes half of Bug · e3c3b27d
    Guido van Rossum yazdı
    #115555.
    
    The error from s_push() on stack overflow was -1, which was passed
    through unchanged by push(), but not tested for by push()'s caller --
    which only expected positive error codes.  Fixed by changing s_push()
    to return E_NOMEM on stack overflow.  (Not quite the proper error code
    either, but I can't be bothered adding a new E_STACKOVERFLOW error
    code in all the right places.)
    e3c3b27d
Adı
Son kayıt (commit)
Son güncelleme
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
acceler.c Loading commit data...
assert.h Loading commit data...
bitset.c Loading commit data...
firstsets.c Loading commit data...
grammar.c Loading commit data...
grammar1.c Loading commit data...
intrcheck.c Loading commit data...
listnode.c Loading commit data...
metagrammar.c Loading commit data...
myreadline.c Loading commit data...
node.c Loading commit data...
parser.c Loading commit data...
parser.h Loading commit data...
parsetok.c Loading commit data...
pgen.c Loading commit data...
pgen.h Loading commit data...
pgenmain.c Loading commit data...
printgrammar.c Loading commit data...
tokenizer.c Loading commit data...
tokenizer.h Loading commit data...