bpo-35284: Fix the error handling in the compiler's compiler_call() by ZackerySpytz · Pull Request #10625 · python/cpython

@ZackerySpytz

compiler_call() needs to check if an error occurred during the
maybe_optimize_method_call() call.

brettcannon

@serhiy-storchaka

@ZackerySpytz

ZackerySpytz added a commit to ZackerySpytz/cpython that referenced this pull request

Mar 22, 2019
…ythonGH-10625)

compiler_call() needs to check if an error occurred during the
maybe_optimize_method_call() call.
(cherry picked from commit 97f5de0)

serhiy-storchaka pushed a commit that referenced this pull request

Mar 22, 2019
…H-10625) (GH-12496)

compiler_call() needs to check if an error occurred during the
maybe_optimize_method_call() call.
(cherry picked from commit 97f5de0)