[pypy-commit] pypy py3.5: dead code, left over from a merge

arigo pypy.commits at gmail.com
Thu Nov 17 10:36:11 EST 2016


Author: Armin Rigo <arigo at 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


More information about the pypy-commit mailing list