Message372135
Here's the verbose stack trace of the failing test:
======================================================================
FAIL: test_index (test.test_array.LargeArrayTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "L:\GIT\cpython\lib\test\support\__init__.py", line 837, in wrapper
return f(self, maxsize)
File "L:\GIT\cpython\lib\test\test_array.py", line 1460, in test_index
self.assertEqual(example.index(11), size+3)
AssertionError: -2147483645 != 2147483651 |
|
Date |
User |
Action |
Args |
2020-06-23 00:44:44 | WildCard65 | set | recipients:
+ WildCard65 |
2020-06-23 00:44:44 | WildCard65 | set | messageid: <1592873084.36.0.333815567836.issue41085@roundup.psfhosted.org> |
2020-06-23 00:44:44 | WildCard65 | link | issue41085 messages |
2020-06-23 00:44:44 | WildCard65 | create | |
|