Test failure on Python 3.9 that was encountered a while ago on openSUSE, only occurs on i586
=================================== FAILURES ===================================
__________________________ JClassTestCase.testAsArray __________________________
self = <test_jclass.JClassTestCase testMethod=testAsArray>
def testAsArray(self):
jo = JClass('java.lang.Object')
> self.assertEqual(jo[:], JArray(jo))
E TypeError: Bad array specification on slice
Test failure on Python 3.9 that was encountered a while ago on openSUSE, only occurs on i586