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 serhiy.storchaka
Recipients python-dev, serhiy.storchaka, vstinner
Date 2014-07-12.08:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405154892.6.0.410647751921.issue21932@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-07-12 08:48:12serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, python-dev
2014-07-12 08:48:12serhiy.storchakasetmessageid: <1405154892.6.0.410647751921.issue21932@psf.upfronthosting.co.za>
2014-07-12 08:48:12serhiy.storchakalinkissue21932 messages
2014-07-12 08:48:12serhiy.storchakacreate