]> 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:38 +0000 (00:19 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Oct 2018 07:19:38 +0000 (00:19 -0700)
commitf39defe11a4ed688489c7827a8b69752af29391a
treea55be43bbc64b7eb35a2a4cd3e87229e1549e34f
parent69e6ad6cdfa28a7b8e7b8780b07dfcdbfb0e7030
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