]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 May 2023 03:59:54 +0000 (20:59 -0700)
committerGitHub <noreply@github.com>
Sat, 20 May 2023 03:59:54 +0000 (03:59 +0000)
commitdbb011afaed8985da220744be0b3a33175daabcf
tree1c00e6bf2072b6a2bf2f57fea1d1ac3bb254719c
parent2801b3f8f753bae137a974f0de8aee946cb1fca6
[3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)

gh-103987: fix several crashes in mmap module (GH-103990)
(cherry picked from commit ceaa4c3476ac49b5b31954fec53796c7a3b40349)

Co-authored-by: Prince Roshan <princekrroshan01@gmail.com>
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2023-04-29-18-23-16.gh-issue-103987.sRgALL.rst [new file with mode: 0644]
Modules/mmapmodule.c