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 jcea
Recipients aklauer, amaury.forgeotdarc, benjamin.peterson, georg.brandl, jcea, loewis, pitrou, python-dev, rhettinger, skrah, terry.reedy, vstinner
Date 2012-06-25.11:55:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340625349.4.0.373024445565.issue10142@psf.upfronthosting.co.za>
In-reply-to
Content
Stefan, I am confused with your comments. The thing is that freebsd defines SEEK_HOLE/SEEK_DATA but reports an error when you use them. I guess they are errors when used on a filesystem that doesn't support them. This is a bug, in my opinion (if a FS doesn't support them, compatible implementation are trivial).

In the meantime, I am skipping the test completely under freebsd7/8/9. patch just committed.

Testing the patch, but freebsd7 buildbot is really SLOW.
History
Date User Action Args
2012-06-25 11:55:49jceasetrecipients: + jcea, loewis, georg.brandl, rhettinger, terry.reedy, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, skrah, python-dev, aklauer
2012-06-25 11:55:49jceasetmessageid: <1340625349.4.0.373024445565.issue10142@psf.upfronthosting.co.za>
2012-06-25 11:55:48jcealinkissue10142 messages
2012-06-25 11:55:48jceacreate