diff options
author | David CARLIER <devnexen@gmail.com> | 2020-11-21 11:39:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 11:39:56 (GMT) |
commit | 0e62efc51e31c741b61604787aeab4936e6e50e4 (patch) | |
tree | 6225f28f1bceae5d51cbf602cf2e3cba9157d2de /Misc/NEWS.d/next/macOS | |
parent | 1db76394ea79030aa4ed5349c950f6c6da51450f (diff) | |
download | cpython-0e62efc51e31c741b61604787aeab4936e6e50e4.zip cpython-0e62efc51e31c741b61604787aeab4936e6e50e4.tar.gz cpython-0e62efc51e31c741b61604787aeab4936e6e50e4.tar.bz2 |
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2020-11-01-15-10-28.bpo-42232.2zI1GN.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-11-01-15-10-28.bpo-42232.2zI1GN.rst b/Misc/NEWS.d/next/macOS/2020-11-01-15-10-28.bpo-42232.2zI1GN.rst new file mode 100644 index 0000000..d431a9d --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2020-11-01-15-10-28.bpo-42232.2zI1GN.rst @@ -0,0 +1 @@ +Added Darwin specific madvise options to mmap module.
\ No newline at end of file |