Message1825

Author ayeshaiqbal
Recipients
Date 2007-08-10.07:36:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Since python sets a default recursion limit of 1000 for isinstance and issubclass functions in ceval.c the same logic can be implemented in jython. On reaching the recursion limit an OverflowError can be raised
History
Date User Action Args
2008-02-20 17:17:58adminlinkissue1768988 messages
2008-02-20 17:17:58admincreate