Serhiy Storchaka added the comment:

Failed on 32-bit:

======================================================================
ERROR: test_large_read (test.test_os.FileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/support/__init__.py", line 1592, in 
wrapper
    return f(self, maxsize)
  File "/home/serhiy/py/cpython/Lib/test/test_os.py", line 136, in 
test_large_read
    data = os.read(fp.fileno(), size)
OverflowError: Python int too large to convert to C ssize_t

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

Re-add the @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs INT_MAX < 
PY_SSIZE_T_MAX") decorator (between cpython_only and bigmemtest).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21932>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to