Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r63724:769ebfa2b7f5
Date: 2013-04-28 11:32 -0700
http://bitbucket.org/pypy/pypy/changeset/769ebfa2b7f5/

Log:    this assert seems no longer needed, remove it to allow proxy tbs

diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py
--- a/pypy/interpreter/error.py
+++ b/pypy/interpreter/error.py
@@ -345,8 +345,6 @@
         only if the exception really propagates out of this frame, by
         executioncontext.leave() being called with got_exception=True.
         """
-        from pypy.interpreter.pytraceback import PyTraceback
-        assert isinstance(traceback, PyTraceback)
         self._application_traceback = traceback
 
 # ____________________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to