]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-93691: fix too broad source locations of with-statement instructions (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Sep 2024 14:53:39 +0000 (16:53 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 14:53:39 +0000 (14:53 +0000)
commit494181e44db809204f55eaebc88a255acb09a18f
tree328eae3eef4e77450bebabf780f64b217ae94ded
parent3b3a1a8e7ebbd824778d16fad457a3fa15a9f7e4
[3.13] gh-93691: fix too broad source locations of with-statement instructions (GH-120125) (#123604)

gh-93691: fix too broad source locations of with-statement instructions (GH-120125)
(cherry picked from commit eca3f7762c23b22a73a5e0b09520748c88aab4a0)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_with.py
Misc/NEWS.d/next/Core and Builtins/2024-06-05-18-29-18.gh-issue-93691.6OautB.rst [new file with mode: 0644]
Python/compile.c