]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync(...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Feb 2024 15:23:26 +0000 (17:23 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 15:23:26 +0000 (17:23 +0200)
commitfc060969117f5a5dc96c220eb91b1e2f863d71cf
tree98b221abc21b5203b90cc725b719ae571fd0f4a8
parentff7588b729a2a414ea189a2012904da3fbd1401c
gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync() (GH-114560)

The directory file for a newly created database is now created
immediately after opening instead of deferring this until synchronizing
or closing.
Lib/dbm/dumb.py
Lib/test/test_dbm_dumb.py
Misc/NEWS.d/next/Library/2024-01-25-19-22-17.gh-issue-83383.3GwO9v.rst [new file with mode: 0644]