[issue31106] os.posix_fallocate() generate exception with errno 0

Марк Коренберг report at bugs.python.org
Fri Aug 4 07:58:39 EDT 2017


Марк Коренберг added the comment:

man posix_fallocate:

RETURN VALUE

posix_fallocate() returns zero on success, or an error number on failure.  Note that errno is not set.

----------

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


More information about the Python-bugs-list mailing list