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.
Showing
Please register or sign in to comment
compiler_call() needs to check if an error occurred during the maybe_optimize_method_call() call.