]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 12 Sep 2023 13:59:09 +0000 (06:59 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 13:59:09 +0000 (15:59 +0200)
commitacde502e8a692a322ea43c69059c01cc8f6d5bad
tree8d34387011c656de22e6f8c052ae9031fb558fb2
parentc76f4b97dcede6790a0e43d7d36179a298bbf0a6
[3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH-109123) (#109173)

* gh-109118: Fix runtime crash when NameError happens in PEP 695 function (#109123)

(cherry picked from commit 17f994174de9211b2baaff217eeb1033343230fc)

* [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH-109123).
(cherry picked from commit 17f994174de9211b2baaff217eeb1033343230fc)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_type_params.py
Misc/NEWS.d/next/Core and Builtins/2023-09-07-18-24-42.gh-issue-109118.yPXRAe.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h