]> granicus.if.org Git - python/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:19 +0000 (01:00 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2019 08:00:19 +0000 (01:00 -0700)
commit6b6935e563562c427d5bb1b2864d6a2fed0e74fa
treec1403c0477925c2d90bfa2e2a5fd373fb82becfb
parent0baa6b3c7d9ef1d96f10939c40f8ff95aba9155b
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