]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changes to speed up local variables enormously, by avoiding dictionary
authorGuido van Rossum <guido@python.org>
Tue, 30 Mar 1993 13:18:41 +0000 (13:18 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Mar 1993 13:18:41 +0000 (13:18 +0000)
commit8b17d6bd89cd79820c76bd88bc064e44fc03a1bd
tree3d8fd0cc9e8401bdd79980b52db03bfe3b2431e8
parent0023078a0b751260acdee7be0b029335f7efe888
Changes to speed up local variables enormously, by avoiding dictionary
lookup (opcode.h, ceval.[ch], compile.c, frameobject.[ch],
pythonrun.c, import.c).  The .pyc MAGIC number is changed again.
Added get_menu_text to flmodule.
Include/ceval.h
Include/frameobject.h
Include/opcode.h
Modules/flmodule.c
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/import.c
Python/pythonrun.c