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 sable
Recipients sable
Date 2011-02-11.11:37:51
SpamBayes Score 1.4290597e-06
Marked as misclassified No
Message-id <1297424272.24.0.654682014672.issue11184@psf.upfronthosting.co.za>
In-reply-to
Content
I get 2 errors when running test_io.py with trunk on AIX. 

======================================================================
ERROR: test_large_file_ops (__main__.CIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./Lib/test/test_io.py", line 418, in test_large_file_ops
    self.large_file_ops(f)
  File "./Lib/test/test_io.py", line 321, in large_file_ops
    self.assertEqual(f.seek(self.LARGE), self.LARGE)
OverflowError: Python int too large to convert to C long

======================================================================
ERROR: test_large_file_ops (__main__.PyIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./Lib/test/test_io.py", line 418, in test_large_file_ops
    self.large_file_ops(f)
  File "./Lib/test/test_io.py", line 321, in large_file_ops
    self.assertEqual(f.seek(self.LARGE), self.LARGE)
OverflowError: Python int too large to convert to C long

----------------------------------------------------------------------
Ran 395 tests in 27.958s

FAILED (errors=2, skipped=8)

thanks in advance
History
Date User Action Args
2011-02-11 11:37:52sablesetrecipients: + sable
2011-02-11 11:37:52sablesetmessageid: <1297424272.24.0.654682014672.issue11184@psf.upfronthosting.co.za>
2011-02-11 11:37:51sablelinkissue11184 messages
2011-02-11 11:37:51sablecreate