8000 gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync() by serhiy-storchaka · Pull Request #114560 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync() #114560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

serhiy-storchaka
Copy link
Member
@serhiy-storchaka serhiy-storchaka commented Jan 25, 2024

The directory file for a newly created database is now created immediately after opening instead of deferring this until synchronizing or closing.

… open() and sync()

The directory file for a newly created database is now created
immediately after opening instead of deferring this until synchronizing
or closing.
@serhiy-storchaka serhiy-storchaka merged commit fc06096 into python:main Feb 4, 2024
@serhiy-storchaka serhiy-storchaka deleted the dbm-build-sync-unmodified branch February 4, 2024 15:23
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
… open() and sync() (pythonGH-114560)

The directory file for a newly created database is now created
immediately after opening instead of deferring this until synchronizing
or closing.
fsc-eriker pushed a commit to fsc-eriker/cpython that referenced this pull request Feb 14, 2024
… open() and sync() (pythonGH-114560)

The directory file for a newly created database is now created
immediately after opening instead of deferring this until synchronizing
or closing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0