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 pitrou, sable
Date 2011-02-11.13:39:39
SpamBayes Score 1.7948802e-08
Marked as misclassified No
Message-id <1297431579.63.0.759229244641.issue11184@psf.upfronthosting.co.za>
In-reply-to
Content
the error is different now that _LARGEFILES is defined:

======================================================================
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)
IOError: [Errno 22] Invalid argument

======================================================================
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)
IOError: [Errno 22] Invalid argument
History
Date User Action Args
2011-02-11 13:39:39sablesetrecipients: + sable, pitrou
2011-02-11 13:39:39sablesetmessageid: <1297431579.63.0.759229244641.issue11184@psf.upfronthosting.co.za>
2011-02-11 13:39:39sablelinkissue11184 messages
2011-02-11 13:39:39sablecreate