[svn r58775] only check for Recursion if we have a RuntimeError

--HG--
branch : trunk
This commit is contained in:
hpk
2008-10-07 17:44:56 +02:00
parent c338420976
commit 8650c801a2
2 changed files with 5 additions and 1 deletions

View File

@@ -351,6 +351,8 @@ raise ValueError()
def exconly(self, tryshort):
return "EXC"
def errisinstance(self, cls):
return False
excinfo = FakeExcinfo()
class FakeRawTB(object):