]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#116101)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Thu, 29 Feb 2024 14:59:24 +0000 (16:59 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Feb 2024 14:59:24 +0000 (06:59 -0800)
commit6a86030bc2519b4a6b055e0b47b9870c86db8588
tree94ae9e7c862871cd02e4b95d09dcbfa501dab518
parentbea2795be2c08dde3830f987830414f3f12bc1eb
gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#116101)
Lib/test/test_compile.py