Author: Armin Rigo <ar...@tunes.org> Branch: py3.5 Changeset: r88448:311ce573fdad Date: 2016-11-17 16:35 +0100 http://bitbucket.org/pypy/pypy/changeset/311ce573fdad/
Log: dead code, left over from a merge diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py --- a/pypy/interpreter/pyframe.py +++ b/pypy/interpreter/pyframe.py @@ -324,8 +324,6 @@ raise except Exception as e: # general fall-back raise self._convert_unexpected_exception(e) - w_exitvalue = self.dispatch(self.pycode, next_instr, - executioncontext) finally: executioncontext.return_trace(self, w_exitvalue) # it used to say self.last_exception = None _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit