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

Roundup Robot report at bugs.python.org
Fri Jul 11 17:35:34 CEST 2014


Roundup Robot added the comment:

New changeset 4a7fcd5273ce by Victor Stinner in branch 'default':
Issue #21932: Ooops, os.read(fd, size) allocates a buffer of size bytes, even
http://hg.python.org/cpython/rev/4a7fcd5273ce

----------

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


More information about the Python-bugs-list mailing list