]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Jun 2025 18:08:26 +0000 (21:08 +0300)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 18:08:26 +0000 (21:08 +0300)
commit0cec424af5904b3d23ad6e3c6d1a27f89d238d64
tree7ff7f2258264de6c1662663d5614025614f63d4b
parent44fb7c361cb24dcf9989a7a1cfee4f6aad5c81aa
gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)

This may harm performance, but improve crash tolerance.
Doc/library/dbm.rst
Doc/whatsnew/3.15.rst
Lib/test/test_dbm_gnu.py
Misc/NEWS.d/next/Library/2025-06-01-15-13-07.gh-issue-66234.Jw7OdC.rst [new file with mode: 0644]
Modules/_gdbmmodule.c