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 jkloth, serhiy.storchaka, vstinner
Date 2017-09-27.15:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506527746.83.0.154975027568.issue31611@psf.upfronthosting.co.za>
In-reply-to
Content
> "largefile" is for moderately large files, around 2 GiB.

largefile creates files larger than 2 GB. Extract of test_largefile:

# size of file to create (>2GB; 2GB == 2147483648 bytes)
size = 2500000000

My VM has less than 2 GB free: only 1.36 GB free.
History
Date User Action Args
2017-09-27 15:55:46vstinnersetrecipients: + vstinner, jkloth, serhiy.storchaka
2017-09-27 15:55:46vstinnersetmessageid: <1506527746.83.0.154975027568.issue31611@psf.upfronthosting.co.za>
2017-09-27 15:55:46vstinnerlinkissue31611 messages
2017-09-27 15:55:46vstinnercreate