]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 18 Oct 2022 16:18:38 +0000 (17:18 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2022 16:18:38 +0000 (17:18 +0100)
commitc051d55ddb29c4ff7b1fcc65971535f78369ffc0
tree256633e998ca1083f244d3d0ce5ff3c74aae3b4c
parentdebacd9ad51eaeedac5517404de5ead3f2258c22
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2022-10-18-14-11-32.gh-issue-98390.H1sxJu.rst [new file with mode: 0644]
Python/compile.c