]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 22 Aug 2018 18:21:05 +0000 (21:21 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Aug 2018 18:21:05 +0000 (21:21 +0300)
commite7d4b2f205c711d056bea73a0093e2e2b200544b
tree3a442a760dd83416b2141757f4bf546b623b6f36
parent28853a249b1d0c890b7e9ca345290bb8c1756446
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)

Previously, its behavior was platform-dependent and there was no error checking
under Windows.
Doc/library/mmap.rst
Doc/whatsnew/3.8.rst
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2018-08-06-21-47-03.bpo-2122.GWdmrm.rst [new file with mode: 0644]
Modules/mmapmodule.c