]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 May 2024 11:00:00 +0000 (13:00 +0200)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 11:00:00 +0000 (12:00 +0100)
commit7dc9875d558447bb71c0e87ab70399120e4aa700
tree6d595af5b39ed68c399e6a638d76c57de8768182
parent760b3f08dc9932d1595982b527c3bd187681ff49
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>
Doc/whatsnew/3.13.rst
Lib/test/test_mmap.py
Misc/NEWS.d/next/Windows/2024-04-24-05-16-32.gh-issue-118209.Ryyzlz.rst [new file with mode: 0644]
Modules/mmapmodule.c