]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43693: Un-revert commit f3fa63e. (#26609)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 8 Jun 2021 22:01:34 +0000 (16:01 -0600)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 22:01:34 +0000 (16:01 -0600)
commit3e1c7167d86a2a928cdcb659094aa10bb5550c4c
treeb3b071ff5636c7c5edd8d536b8732c6a2259a44c
parentab36b9f83424a020fbd672f218612e6f19257a32
 bpo-43693: Un-revert commit f3fa63e. (#26609)

This was reverted in GH-26596 (commit 6d518bb) due to some bad memory accesses.

* Add the MAKE_CELL opcode. (gh-26396)

The memory accesses have been fixed.

https://bugs.python.org/issue43693
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 [new file with mode: 0644]
Objects/frameobject.c
Objects/typeobject.c
Python/ceval.c
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/opcode_targets.h