Author: Maciej Fijalkowski <[email protected]>
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)
             #
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to