Skip to content

[3.7] bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)#12496

Merged
serhiy-storchaka merged 1 commit intopython:3.7from
ZackerySpytz:backport-97f5de0-3.7
Mar 22, 2019
Merged

[3.7] bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)#12496
serhiy-storchaka merged 1 commit intopython:3.7from
ZackerySpytz:backport-97f5de0-3.7

Conversation

@ZackerySpytz
Copy link
Copy Markdown
Contributor

@ZackerySpytz ZackerySpytz commented Mar 22, 2019

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

https://bugs.python.org/issue35284

…ythonGH-10625)

compiler_call() needs to check if an error occurred during the
maybe_optimize_method_call() call.
(cherry picked from commit 97f5de0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants