[svn r58775] only check for Recursion if we have a RuntimeError
--HG-- branch : trunk
This commit is contained in:
@@ -351,6 +351,8 @@ raise ValueError()
|
||||
|
||||
def exconly(self, tryshort):
|
||||
return "EXC"
|
||||
def errisinstance(self, cls):
|
||||
return False
|
||||
|
||||
excinfo = FakeExcinfo()
|
||||
class FakeRawTB(object):
|
||||
|
||||
Reference in New Issue
Block a user