]> granicus.if.org Git - python/commit
bpo-32941: Fix test_madvise failure when page size >= 8kiB (GH-13596)
authorAntoine Pitrou <antoine@python.org>
Mon, 27 May 2019 17:57:23 +0000 (19:57 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 May 2019 17:57:23 +0000 (10:57 -0700)
commit695b1dd8cbf3a48fdb30ab96918a49b20b7ec3e7
treed6cdb37a9751b0f6d60f0ac7811ce21832fb0377
parenta8e814db96ebfeb1f58bc471edffde2176c0ae05
bpo-32941:  Fix test_madvise failure when page size >= 8kiB (GH-13596)

https://bugs.python.org/issue32941
Lib/test/test_mmap.py