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

Christian Heimes report at bugs.python.org
Thu Feb 8 10:11:03 EST 2018


Christian Heimes <lists at cheimes.de> added the comment:

offset must be a multiple of pagesize. This is a known but undocumented restriction on some platforms, see http://man7.org/linux/man-pages/man2/msync.2.html

----------
assignee:  -> docs at python
components: +Documentation -Library (Lib)
nosy: +christian.heimes, docs at python
priority: normal -> low
type: crash -> behavior
versions: +Python 3.6, Python 3.7, Python 3.8

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


More information about the docs mailing list