Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r77148:366dacca92b7
Date: 2015-05-05 23:05 +0200
http://bitbucket.org/pypy/pypy/changeset/366dacca92b7/

Log:    sounds like a sane assert

diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/interpreter/pyframe.py
@@ -247,6 +247,7 @@
         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