[issue21932] os.read() must use Py_ssize_t for the size parameter

STINNER Victor report at bugs.python.org
Sat Jul 12 17:27:41 CEST 2014


STINNER Victor added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21932>
_______________________________________


More information about the Python-bugs-list mailing list