]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Mar 2026 11:35:43 +0000 (12:35 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 11:35:43 +0000 (12:35 +0100)
commitc0ecf211b26978859c5112458bcd01d883e04b42
treea0b211df68cb41a94ef615e29b330e6520d92979
parentc8aa8de9a5ad4df58ac0ffeae897e1258728b7eb
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
12 files changed:
Doc/library/functions.rst
Include/internal/pycore_dict.h
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-21-12-16-46.gh-issue-145055.VyT-zI.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/dictobject.c
Objects/funcobject.c
Python/_warnings.c
Python/bltinmodule.c
Python/ceval.c
Python/import.c
Python/pythonrun.c