commit | fc060969117f5a5dc96c220eb91b1e2f863d71cf | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 04 17:23:26 2024 +0200 |
committer | GitHub <noreply@github.com> | Sun Feb 04 17:23:26 2024 +0200 |
tree | 98b221abc21b5203b90cc725b719ae571fd0f4a8 | |
parent | ff7588b729a2a414ea189a2012904da3fbd1401c [diff] |
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.