]> granicus.if.org Git - python/commit
Add co_stacksize field to codeobject structure, and stacksize argument
authorGuido van Rossum <guido@python.org>
Fri, 17 Jan 1997 20:59:26 +0000 (20:59 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Jan 1997 20:59:26 +0000 (20:59 +0000)
commit3f6e408a31208d29cf867bb30496bdb1f863d310
tree24dd608f5d0dc3280253b81c786610c500cd3930
parent00f86e6086444b94653d0fb01f2fa18e9a24f59a
Add co_stacksize field to codeobject structure, and stacksize argument
to PyCode_New() argument list.  Also add CO_MAXBLOCKS constant
indicating the maximum static nesting supported by the compiler.
Include/compile.h