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 pitrou
Recipients brian.curtin, mark.dickinson, pitrou
Date 2012-05-16.12:16:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337170611.04.0.0622192428475.issue14829@psf.upfronthosting.co.za>
In-reply-to
Content
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

----------------------------------------------------------------------
History
Date User Action Args
2012-05-16 12:16:51pitrousetrecipients: + pitrou, mark.dickinson, brian.curtin
2012-05-16 12:16:51pitrousetmessageid: <1337170611.04.0.0622192428475.issue14829@psf.upfronthosting.co.za>
2012-05-16 12:16:50pitroulinkissue14829 messages
2012-05-16 12:16:50pitroucreate