]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132386: Fix a crash when passing a dict subclass to `exec` (GH-132412)
authorTomas R. <tomas.roun8@gmail.com>
Fri, 11 Apr 2025 21:05:03 +0000 (23:05 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Apr 2025 21:05:03 +0000 (05:05 +0800)
commite6ef47ac229b5c4a62b9c907e4232e350db77ce3
treee77131af668999620fa6d1acb093440f5baf3049
parentdeda47d6e18d61e982045b795e3599838823db6a
gh-132386: Fix a crash when passing a dict subclass to `exec` (GH-132412)

* Fix crash when passing a dict subclass to exec

* Add news entry
Lib/test/test_compile.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-11-18-46-37.gh-issue-132386.pMBFTe.rst [new file with mode: 0644]
Python/ceval.c