]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 1 Feb 2018 17:41:24 +0000 (09:41 -0800)
committerChristian Heimes <christian@python.org>
Thu, 1 Feb 2018 17:41:24 +0000 (18:41 +0100)
commit78758f29b13aba6136f4c0a15d4457fbf92c5eef
tree407e106bb164a14fae8431c74f0b343eb1d9de9d
parent4d6543005df6eba6ec3414686fdc251cb4fe9792
[3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475)

* bpo-32711: Fix warnings for Python/ast_unparse.c
(cherry picked from commit 83ab995871ffd504ac229bdbf5b9e9ffc1032815)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Misc/NEWS.d/next/Core and Builtins/2018-01-29-14-36-37.bpo-32711.8hQFJP.rst [new file with mode: 0644]
Python/ast_unparse.c