]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Compile class definitions.
authorGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:35:03 +0000 (17:35 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:35:03 +0000 (17:35 +0000)
commitd6f3bc2aaea467ceba2c390bba48210da55069d4
tree075e50a32cfddac3289c01a835c3d42bad232f26
parente9736fc8a1e7b53f92e1616980b25de9db695ed3
Compile class definitions.
Document and fix code generation for try statements.
Use two bytes for all arguments.
Avoid duplicate entries in lists of constants and names.
Python/compile.c