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 serhiy.storchaka
Recipients serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-03-16.08:45:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426495539.11.0.4351677257.issue23668@psf.upfronthosting.co.za>
In-reply-to
Content
At first glance the patch looks good, but I did not test it. Are there tests for truncate() with large files (> 4 GiB)?

ftruncate() is used also im mmap.resize(). Do you want to provide a patch also for mmap?
History
Date User Action Args
2015-03-16 08:45:39serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, tim.golden, zach.ware, steve.dower
2015-03-16 08:45:39serhiy.storchakasetmessageid: <1426495539.11.0.4351677257.issue23668@psf.upfronthosting.co.za>
2015-03-16 08:45:39serhiy.storchakalinkissue23668 messages
2015-03-16 08:45:38serhiy.storchakacreate