summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-10 11:00:00 (GMT)
committerGitHub <noreply@github.com>2024-05-10 11:00:00 (GMT)
commit7dc9875d558447bb71c0e87ab70399120e4aa700 (patch)
tree6d595af5b39ed68c399e6a638d76c57de8768182 /Misc/NEWS.d
parent760b3f08dc9932d1595982b527c3bd187681ff49 (diff)
downloadcpython-7dc9875d558447bb71c0e87ab70399120e4aa700.zip
cpython-7dc9875d558447bb71c0e87ab70399120e4aa700.tar.gz
cpython-7dc9875d558447bb71c0e87ab70399120e4aa700.tar.bz2
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
(cherry picked from commit e85e8deaf3220c8d12b69294e45645aaf20187b9) Co-authored-by: Dobatymo <Dobatymo@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2024-04-24-05-16-32.gh-issue-118209.Ryyzlz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-04-24-05-16-32.gh-issue-118209.Ryyzlz.rst b/Misc/NEWS.d/next/Windows/2024-04-24-05-16-32.gh-issue-118209.Ryyzlz.rst
new file mode 100644
index 0000000..da70b25
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2024-04-24-05-16-32.gh-issue-118209.Ryyzlz.rst
@@ -0,0 +1,2 @@
+Avoid crashing in :mod:`mmap` on Windows when the mapped memory is inaccessible
+due to file system errors or access violations.