]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)
authorZackery Spytz <zspytz@gmail.com>
Fri, 22 Mar 2019 07:30:32 +0000 (01:30 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 22 Mar 2019 07:30:32 +0000 (09:30 +0200)
commit97f5de01adf993aee17dcd26e22ae421d013f372
treeda5766b9189901a823066b34cf09fee9d7c7c877
parent93e8012f2cabd84f30b52e19fd3dc557efa9f8af
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)

compiler_call() needs to check if an error occurred during the
maybe_optimize_method_call() call.
Python/compile.c