]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586) 17624/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 15 Dec 2019 20:04:07 +0000 (12:04 -0800)
committerGitHub <noreply@github.com>
Sun, 15 Dec 2019 20:04:07 +0000 (12:04 -0800)
commitcd968dea28569960e0b78350d43b89b83dbd49c5
tree9a98ae2ddbca6543e9487016c82627bcfd350c02
parent5c5d8f63d7d235e557ad20e7d722b22772681759
The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586)

Automerge-Triggered-By: @gvanrossum
(cherry picked from commit b08d3f71beab59653edfbbcf7b92a7bc8050d6b8)

Co-authored-by: Guido van Rossum <guido@python.org>
Python/ast.c