[pypy-commit] pypy py3k: this assert seems no longer needed, remove it to allow proxy tbs

pjenvey noreply at buildbot.pypy.org
Sun Apr 28 20:33:06 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
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
 
 # ____________________________________________________________


More information about the pypy-commit mailing list