]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Free parse tree after compiling.
authorGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:33:06 +0000 (17:33 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:33:06 +0000 (17:33 +0000)
commite9736fc8a1e7b53f92e1616980b25de9db695ed3
tree8ed80ebef86dea0f3f4badd547cf92590aaed251
parent921842f2c2a4f4124ff80f95e3f613c3f0dcc8d5
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).
Python/ceval.c