X Tutup
Skip to content

[3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (GH-113354)#113432

Merged
ronaldoussoren merged 1 commit intopython:3.11from
miss-islington:backport-593b4d8-3.11
Dec 23, 2023
Merged

[3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (GH-113354)#113432
ronaldoussoren merged 1 commit intopython:3.11from
miss-islington:backport-593b4d8-3.11

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 23, 2023

The system ndbm implementation on macOS has an undocumented limitation
on the size of values and can silently corrupt database files when those
are exceeded.

(cherry picked from commit 593b4d8)

Co-authored-by: Ronald Oussoren ronaldoussoren@mac.com
Co-authored-by: Erlend E. Aasland erlend.aasland@protonmail.com


📚 Documentation preview 📚: https://cpython-previews--113432.org.readthedocs.build/

…macOS (pythonGH-113354)

* pythongh-74573: document that ndbm can silently corrupt databases on macOS

The system ndbm implementation on macOS has an undocumented limitation
on the size of values and can silently corrupt database files when those
are exceeded.

(cherry picked from commit 593b4d8)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup