Message2797

Author ayeshaiqbal
Recipients
Date 2007-08-13.07:29:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi,
  I have enclosed a patch for the bug 1768988 .Now isinstance and issubclass check the no of times recursion has been performed and if the tuple is too deeply nested then a runtime exception is raised instead of allowing the recursion stack to overflow.This is identical to the functionality exhibited by isinstance and issubclass in python
Thanks,
Ayesha
History
Date User Action Args
2008-02-20 17:18:46adminlinkissue1772895 messages
2008-02-20 17:18:46admincreate