This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author WildCard65
Recipients WildCard65
Date 2020-06-23.00:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592873084.36.0.333815567836.issue41085@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-06-23 00:44:44WildCard65setrecipients: + WildCard65
2020-06-23 00:44:44WildCard65setmessageid: <1592873084.36.0.333815567836.issue41085@roundup.psfhosted.org>
2020-06-23 00:44:44WildCard65linkissue41085 messages
2020-06-23 00:44:44WildCard65create