]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105375: Improve error handling in compiler_enter_scope() (#105494)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Fri, 9 Jun 2023 16:55:53 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 16:55:53 +0000 (18:55 +0200)
commit6c832ddcf28187f86100c790afb16a0223d945d0
tree3e14bfd84d0a54a9c1c4c505c75969211acd4eac
parentd7f46bcd989580340675bf0a9fdbfa1505a37e81
gh-105375: Improve error handling in compiler_enter_scope() (#105494)
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