]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Jul 2025 12:14:17 +0000 (15:14 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 12:14:17 +0000 (15:14 +0300)
commitb7aa2a4b4df697db6ea45a555eeb3fefa5ca5bd4
treea10e0c8d9897146a06eef05bcf68c15da4ef4219
parent73e1207a4ebdb3b43d597cd6c288dae6d7d1dbdb
gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335)

On NetBSD, ndbm.open() does not fail for empty file.
Lib/test/test_dbm.py