]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
authorMark Shannon <mark@hotpy.org>
Fri, 8 Sep 2023 09:34:40 +0000 (10:34 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 09:34:40 +0000 (10:34 +0100)
commit15d4c9fabce67b8a1b5bd9dec9612014ec18291a
tree1c728c98663c224ec93022b0bdd0dd685c9fdf38
parent00cf626cd41f806062c22a913b647b4efa84c476
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
15 files changed:
Include/cpython/import.h
Include/internal/pycore_code.h
Include/internal/pycore_interp.h
Lib/test/test_ctypes/test_values.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2023-08-28-03-38-28.gh-issue-108716.HJBPwt.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/funcobject.c
Programs/_bootstrap_python.c
Programs/_freeze_module.c
Python/frozen.c
Python/import.c
Python/pylifecycle.c
Python/pystate.c
Tools/build/freeze_modules.py