]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix an incorrect check in compiler_try_except(). (GH-9810)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Oct 2018 07:19:20 +0000 (00:19 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Oct 2018 07:19:20 +0000 (00:19 -0700)
commit72927d0d1787809b4b25e5086c5a9167bdb807bb
tree519449e9c710112d2162f5b187d935341e96c307
parent1c2cb516e49ceb56f76e90645e67e8df4e5df01a
Fix an incorrect check in compiler_try_except(). (GH-9810)

(cherry picked from commit 53ebf4b0709f431b7262aa5daccef7eafde7383e)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Python/compile.c