commit | 8b993a98db507cc3a75067af4c865ffc8afbada1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 17 21:04:03 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 17 21:04:03 1997 +0000 |
tree | be3fd639a280cf39bc3827babdd4bd10b5eb4e59 | |
parent | 3f6e408a31208d29cf867bb30496bdb1f863d310 [diff] |
Add co_stacksize field to codeobject structure, and stacksize argument to PyCode_New() argument list. Move MAXBLOCKS constant to conpile.h. Added accurate calculation of the actual stack size needed by the generated code. Also commented out all fprintf statements (except for a new one to diagnose stack underflow, and one in #ifdef'ed out code), and added some new TO DO suggestions (now that the stacksize is taken of the TO DO list).