]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 11 Jan 2024 14:27:41 +0000 (14:27 +0000)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2024 14:27:41 +0000 (14:27 +0000)
commit0d8fec79ca30e67870752c6ad4e299f591271e69
tree2b6ecb00d1331b8b7e687ed50d98a8ca2b2830a5
parent7ed76fc368c340307290cde9f183dc0ba6dd920c
gh-107901: jump leaving an exception handler doesn't need an eval break check (#113943)
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2024-01-11-14-03-31.gh-issue-107901.U65IyC.rst [new file with mode: 0644]
Python/flowgraph.c