Message1824

Author cgroves
Recipients
Date 2007-08-07.05:40:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If given a tuple, isinstance and issubclass call themselves with each item of the tuple.  If given a nested tuple, they can recurse into themselves many times.  test_isinstance checks that a deeply nested tuple doesn't cause a stack blowup.  Jython's isinstance and issubclass don't check how many times they've recursed so this causes a StackOverflow.  This test is commented out for now as explained in http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions
History
Date User Action Args
2008-02-20 17:17:58adminlinkissue1768988 messages
2008-02-20 17:17:58admincreate