]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93691: fix too broad source locations of with-statement instructions (#120125)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 7 Jun 2024 13:06:24 +0000 (14:06 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 13:06:24 +0000 (14:06 +0100)
commiteca3f7762c23b22a73a5e0b09520748c88aab4a0
tree2befe748f588288154385f9d56d3ceaead9055d7
parentd68a22e7a68ae09f7db61d5a1a3bd9c0360cf3ee
gh-93691: fix too broad source locations of with-statement instructions (#120125)
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