]> granicus.if.org Git - python/commit
rather than passing locals to the class body, just execute the class body in the...
authorBenjamin Peterson <benjamin@python.org>
Thu, 16 May 2013 19:37:25 +0000 (14:37 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 16 May 2013 19:37:25 +0000 (14:37 -0500)
commite8e14591ebb729b4fa19626ce245fa0811cf6f32
tree6448a655b30bd5f6d1f23137ebb5f8183547f109
parente914123d1f07159f32bf4330556397ce4d590189
rather than passing locals to the class body, just execute the class body in the proper environment
Doc/library/dis.rst
Include/opcode.h
Lib/importlib/_bootstrap.py
Lib/opcode.py
Python/bltinmodule.c
Python/ceval.c
Python/compile.c
Python/importlib.h
Python/opcode_targets.h
Python/symtable.c