]> granicus.if.org Git - python/commit
Use the stack size from the code object and the CO_MAXBLOCKS constant
authorGuido van Rossum <guido@python.org>
Fri, 17 Jan 1997 21:05:28 +0000 (21:05 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Jan 1997 21:05:28 +0000 (21:05 +0000)
commit62f7d15d0bc83f2b1a78cca79691ad65de15381e
treebf6bbd929eb6bb7d8b40304ea505ffa4d3ef6178
parent8b993a98db507cc3a75067af4c865ffc8afbada1
Use the stack size from the code object and the CO_MAXBLOCKS constant
from compile.h.  Remove all eval stack overflow checks.
Python/ceval.c