]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH-132173...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Apr 2025 12:23:02 +0000 (14:23 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Apr 2025 12:23:02 +0000 (12:23 +0000)
commit6afab81f72cae75baee877271a7a75c4ad187f84
treeb78ef94c4e28d68cbeeae9bf5e0c67d7389595c3
parent71b537572ae85cbfa9a7a12d3fbc3b28cbcca75a
[3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH-132173) (#132219)

gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH-132173)
(cherry picked from commit 398071871066548954f4c51e8250d13b7c9659e0)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test__interpreters.py
Misc/NEWS.d/next/Library/2025-04-06-23-09-21.gh-issue-132171.zZqvfn.rst [new file with mode: 0644]
Modules/_interpretersmodule.c