Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
compile.c
Find file
Blame
History
Permalink
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)
· 97f5de01
Zackery Spytz
authored
Mar 22, 2019
compiler_call() needs to check if an error occurred during the maybe_optimize_method_call() call.
97f5de01