[issue14829] test_bisect failure under 64-bit Windows

Antoine Pitrou report at bugs.python.org
Wed May 16 14:16:51 CEST 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

Shows that we lack such a buildbot...

======================================================================
FAIL: test_large_range (test.test_bisect.TestBisectC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Z:\default\lib\test\test_bisect.py", line 129, in test_large_range
    self.assertEqual(mod.bisect_left(data, sys.maxsize-3), sys.maxsize-3)
AssertionError: 4294967294 != 9223372036854775804

----------------------------------------------------------------------

----------
components: Library (Lib), Tests
messages: 160843
nosy: brian.curtin, mark.dickinson, pitrou
priority: high
severity: normal
status: open
title: test_bisect failure under 64-bit Windows
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14829>
_______________________________________


More information about the Python-bugs-list mailing list