[3.7] bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625) by ZackerySpytz · Pull Request #12496 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
serhiy-storchaka merged 1 commit intopython:3.7from
Mar 22, 2019Merged
Conversation
Copy link Copy Markdown
Contributor
compiler_call() needs to check if an error occurred during the
maybe_optimize_method_call() call.
(cherry picked from commit 97f5de0)
…ythonGH-10625) compiler_call() needs to check if an error occurred during the maybe_optimize_method_call() call. (cherry picked from commit 97f5de0)
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
skip news
type-bug
awaiting review labels
Mar 22, 2019
serhiy-storchaka
merged commit
bdb9c49
into
python:3.7
bedevere-bot
removed
the
awaiting review
label
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment