[pypy-commit] pypy default: fix the backout

fijal noreply at buildbot.pypy.org
Wed May 6 08:38:12 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r77153:121ea28e8d77
Date: 2015-05-06 08:38 +0200
http://bitbucket.org/pypy/pypy/changeset/121ea28e8d77/

Log:	fix the backout

diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/interpreter/pyframe.py
@@ -245,7 +245,6 @@
         executioncontext.enter(self)
         got_exception = True
         w_exitvalue = self.space.w_None
-        assert not self.frame_finished_execution()
         try:
             executioncontext.call_trace(self)
             #


More information about the pypy-commit mailing list