[docs] [issue32798] mmap.flush() on Linux does not accept the "offset" and "size" args

Byron Hawkins report at bugs.python.org
Thu Feb 8 10:22:34 EST 2018


Byron Hawkins <byron.c.hawkins at gmail.com> added the comment:

Couldn't the implementation check the page size and throw a better error (for relevant platforms)? Or better yet, adjust the offset to the nearest inclusive page boundary.

----------

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


More information about the docs mailing list