]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-98442: fix locations of with statement's cleanup instructions (GH-120763...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 15 Sep 2024 19:14:19 +0000 (21:14 +0200)
committerGitHub <noreply@github.com>
Sun, 15 Sep 2024 19:14:19 +0000 (19:14 +0000)
commitffde4cddc9c79eb21267186c82415e1bd438cd90
tree2a34215f601b96eec6d135209218159be639ba63
parentb2a7d718e3b70922f46208c22750c33145dccb75
[3.12] gh-98442: fix locations of with statement's cleanup instructions (GH-120763) (#120787)

gh-98442: fix locations of with statement's cleanup instructions (GH-120763)
(cherry picked from commit 55596ae0446e40f47e2a28b8897fe9530c32a19a)

gh-98442: fix location of with statement's cleanup instructions

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
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