]> granicus.if.org Git - python/commit
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 14:36:24 +0000 (17:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Jun 2016 14:36:24 +0000 (17:36 +0300)
commit64204de04cb24bb70b1cf011d812d35c8ff40337
tree08fd1decdb9c3d56d2b863863d4d2dd5ff074b7e
parent5697c4b6419e5a90a59e616e4509a6fff7ebf1a8
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Patch by Demur Rumed.
13 files changed:
Doc/library/dis.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/lib2to3/tests/data/py3_test_grammar.py
Lib/opcode.py
Lib/test/test_dis.py
Lib/test/test_grammar.py
Misc/NEWS
Python/ceval.c
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/opcode_targets.h