Message1824
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 |
|
Date |
User |
Action |
Args |
2008-02-20 17:17:58 | admin | link | issue1768988 messages |
2008-02-20 17:17:58 | admin | create | |
|