STINNER Victor <[email protected]> added the comment:
Oh. The test fails on Python 2.7 on Windows: https://buildbot.python.org/all/#/builders/26/builds/287 ERROR: test_wrap_lenfunc_bad_cast (test.test_descr.OperatorsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\buildbot.python.org\2.7.kloth-win64vs9\build\lib\test\test_descr.py", line 407, in test_wrap_lenfunc_bad_cast self.assertEqual(xrange(sys.maxsize).__len__(), sys.maxsize) OverflowError: Python int too large to convert to C long ---------- resolution: fixed -> status: closed -> open _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue26423> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
