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 python-dev, serhiy.storchaka, vstinner
Date 2014-07-12.15:27:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaNJv31qT1D95RuOc-cgUVxfHGOV97qBe=R5qWGv1tEjQ@mail.gmail.com>
In-reply-to <1720077.LS9BuE8ELy@raxxla>
Content
> Serhiy Storchaka added the comment:
>
> Thank you for fixing os.read().
>

You're welcome, thanks for your help with the test. I hope that it would
help you to implement FileIO in Python.

FYI I saw EINVAL errors on test_large_read() on some buildbots, Mac OS X
and FreeBSD if I remember correctly, when I forgot the bigmem decorator.
And FreeBSD kills the process if there is not enough memory.
History
Date User Action Args
2014-07-12 15:27:41vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka
2014-07-12 15:27:41vstinnerlinkissue21932 messages
2014-07-12 15:27:41vstinnercreate