]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95921: Fix positions for some chained comparisons (GH-96968)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 20 Sep 2022 19:22:24 +0000 (12:22 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Sep 2022 19:22:24 +0000 (12:22 -0700)
commitdfc73b57247aac575c83055d960c03bdc28b51fd
tree6a997d0badcb1bfe45d6f4db41ef9d27e61145e0
parent8563966be4f171ccf615105ef9d3a5aa65a1de68
GH-95921: Fix positions for some chained comparisons (GH-96968)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2022-09-20-11-06-45.gh-issue-95921.dkcRQn.rst [new file with mode: 0644]
Python/compile.c