]> 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 13:20:49 +0000 (07:20 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 22 Mar 2019 13:20:49 +0000 (15:20 +0200)
commitbdb9c497e177cdf881892de289b9d8a2b132f138
tree77873fc02b474e215ff648754f77aa9cb77f4211
parentcb2d71b28e5cac04bbd59b8b6dbec220c4da7beb
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625) (GH-12496)

compiler_call() needs to check if an error occurred during the
maybe_optimize_method_call() call.
(cherry picked from commit 97f5de01adf993aee17dcd26e22ae421d013f372)
Python/compile.c