]> granicus.if.org Git - python/commit
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
authorYury Selivanov <yury@magic.io>
Wed, 14 Dec 2016 00:03:51 +0000 (19:03 -0500)
committerYury Selivanov <yury@magic.io>
Wed, 14 Dec 2016 00:03:51 +0000 (19:03 -0500)
commitf2392133eba777f05947a8996c507690b95379c3
tree3d3e352b04691dabeab1eb8502c2417d2af04826
parente6bb53bf61ac24feca775bdaa651433b8466d2fa
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.

Special thanks to INADA Naoki for pushing the patch through
the last mile, Serhiy Storchaka for reviewing the code, and to
Victor Stinner for suggesting the idea (originally implemented
in the PyPy project).
13 files changed:
Doc/whatsnew/3.7.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_syntax.py
Misc/NEWS
Objects/object.c
PC/launcher.c
Python/ceval.c
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/opcode_targets.h