]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. ...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 8 Jun 2021 12:17:55 +0000 (13:17 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 12:17:55 +0000 (13:17 +0100)
commit3fe921cd49959181163671364c8b84faa88f7895
tree939bcd1d318405affab0df79ffe650c1565565af
parent781dc76577b1810666f4ce04d8fc20d8b43fb374
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396)" (GH-26597)

This reverts commit 631f9938b1604d4f893417ec339b9e0fa9196fb1.
16 files changed:
Doc/library/dis.rst
Include/cpython/code.h
Include/internal/pycore_frame.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Lib/test/test_scope.py
Misc/NEWS.d/next/Core and Builtins/2021-05-26-19-10-47.bpo-43693.1KSG9u.rst [deleted file]
Objects/frameobject.c
Objects/typeobject.c
Python/ceval.c
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/opcode_targets.h