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 pitrou
Recipients pitrou, trent
Date 2012-12-16.16:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355675210.52.0.0088069164146.issue16699@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_large_file_ops (test.test_io.CIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/bay2/buildslave/cpython/3.3.snakebite-mountainlion-amd64/build/Lib/test/test_io.py", line 432, in test_large_file_ops
    self.large_file_ops(f)
  File "/Volumes/bay2/buildslave/cpython/3.3.snakebite-mountainlion-amd64/build/Lib/test/test_io.py", line 332, in large_file_ops
    self.assertEqual(f.write(b"xxx"), 3)
OSError: [Errno 28] No space left on device
History
Date User Action Args
2012-12-16 16:26:50pitrousetrecipients: + pitrou, trent
2012-12-16 16:26:50pitrousetmessageid: <1355675210.52.0.0088069164146.issue16699@psf.upfronthosting.co.za>
2012-12-16 16:26:50pitroulinkissue16699 messages
2012-12-16 16:26:50pitroucreate