]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98442: fix locations of with statement's cleanup instructions (#120763)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 20 Jun 2024 08:32:06 +0000 (09:32 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 08:32:06 +0000 (09:32 +0100)
commit55596ae0446e40f47e2a28b8897fe9530c32a19a
tree9af7268db663c94d53fce5a557ff96df1b5192f4
parent8bc76ae45f48bede7ce3191db08cf36d879e6e8d
gh-98442: fix locations of with statement's cleanup instructions (#120763)

gh-98442: fix location of with statement's cleanup instructions
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-06-19-21-34-21.gh-issue-98442.cqhjkN.rst [new file with mode: 0644]
Python/compile.c