]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 May 2016 06:15:14 +0000 (09:15 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 May 2016 06:15:14 +0000 (09:15 +0300)
commitb0f80b0312a99ca46323efc0e4d09b567553ed46
tree323c414ce867d58fe60e127b4275e9931855a72f
parentc35f491a06bb55cba097ddcd9fcbc9452ec21fb1
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Patch by Demur Rumed.
18 files changed:
Doc/library/dis.rst
Lib/ctypes/test/test_values.py
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Misc/NEWS
Objects/frameobject.c
Objects/genobject.c
PC/launcher.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval.c
Python/compile.c
Python/frozen.c
Python/importlib.h
Python/importlib_external.h
Python/peephole.c
Python/wordcode_helpers.h [new file with mode: 0644]