[issue38265] Update os.pread to accept the length type as size_t

STINNER Victor report at bugs.python.org
Wed Sep 25 07:14:19 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

> Because this looks rather as a new feature than a bug fix. We don't add new features in maintained versions.

Oh ok. That's fair. I close the issue.

The workaround is to use os.preadv() or other functions which accept size_t.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38265>
_______________________________________


More information about the Python-bugs-list mailing list