]> granicus.if.org Git - python/commit
Fix an incorrect check in compiler_try_except(). (GH-9810)
authorZackery Spytz <zspytz@gmail.com>
Fri, 12 Oct 2018 05:54:03 +0000 (23:54 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 12 Oct 2018 05:54:03 +0000 (08:54 +0300)
commit53ebf4b0709f431b7262aa5daccef7eafde7383e
tree81d82e3b8582db451057c22d2bc50e7a6568d64a
parentfc439d20de32b0ebccca79a96e31f83b85ec4eaf
Fix an incorrect check in compiler_try_except(). (GH-9810)
Python/compile.c