]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:45:09 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 14:45:09 +0000 (14:45 +0000)
commit22ec9cb823359e8e89b35d0f371bdfdb1b299626
tree5cd03e34da7a32fd0bebbd8cc7fc652efb7d09a1
parentd47d7e112419c273731d89028ac603218fa824aa
[3.12] gh-93691: fix too broad source locations of with-statement instructions (GH-120125) (#123605)

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