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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2017-09-27.13:28:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506518918.79.0.154975027568.issue31611@psf.upfronthosting.co.za>
In-reply-to
Content
> This is expected behavior, isn't?

I would prefer that the test skips itself when the disk is full: on "OSError: [Errno 28] No space left on device".

Or maybe largefile resource should be excluded from "all"... at least on Windows, since NTFS doesn't see to support files full of zeros without accounting zero bytes (seek + write 1 byte: NTFS counts the seek in the disk space).
History
Date User Action Args
2017-09-27 13:28:38vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-09-27 13:28:38vstinnersetmessageid: <1506518918.79.0.154975027568.issue31611@psf.upfronthosting.co.za>
2017-09-27 13:28:38vstinnerlinkissue31611 messages
2017-09-27 13:28:38vstinnercreate