commit | e7d4b2f205c711d056bea73a0093e2e2b200544b | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Wed Aug 22 21:21:05 2018 +0300 |
committer | GitHub <noreply@github.com> | Wed Aug 22 21:21:05 2018 +0300 |
tree | 3a442a760dd83416b2141757f4bf546b623b6f36 | |
parent | 28853a249b1d0c890b7e9ca345290bb8c1756446 [diff] |
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.