]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Oct 2019 08:00:41 +0000 (01:00 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 08:00:41 +0000 (01:00 -0700)
commitd27a9b1695a1b46c81b3a83a7a35034791265d89
tree9a68c7fd93a6e17e4dcd3cd04be2cc2fd226464d
parenta774ac6637e8f155a28b7733a0a93d4a680584d4
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)

(cherry picked from commit a05fcd3c7adf6e3a0944da8cf80a3346882e9b3b)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Parser/asdl_c.py
Python/Python-ast.c