commit | e9736fc8a1e7b53f92e1616980b25de9db695ed3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Nov 18 17:33:06 1990 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Nov 18 17:33:06 1990 +0000 |
tree | 8ed80ebef86dea0f3f4badd547cf92590aaed251 | |
parent | 921842f2c2a4f4124ff80f95e3f613c3f0dcc8d5 [diff] |
Free parse tree after compiling. Added support for class definitions. Reorganized main interpreter loop to fetch op and arg once at the head. Use two bytes for arguments (see ceval.c).