]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105375: Improve error handling in compiler_enter_scope() (GH-105494) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Jun 2023 17:23:45 +0000 (10:23 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 17:23:45 +0000 (17:23 +0000)
commit65404930bdfcc3755eee70673ed0f592e5fcb37e
treea8ee9c9090b5be1865e5a70a8095840a3cb63ec8
parentbc365da711f8c8039f10d75572af674cf82d5b20
[3.12] gh-105375: Improve error handling in compiler_enter_scope() (GH-105494) (#105581)

(cherry picked from commit 6c832ddcf28187f86100c790afb16a0223d945d0)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-54-37.gh-issue-105375.kqKT3E.rst [new file with mode: 0644]
Python/compile.c