]> granicus.if.org Git - python/commit
bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Apr 2018 13:47:39 +0000 (06:47 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Apr 2018 13:47:39 +0000 (06:47 -0700)
commita26a297b4ba1b8fe6c97c25af71216935960b343
tree7a081b34491d64d7f7f081e99bd372f625aa0085
parent1b27ec6e0b40f81bf276eefa6b5bdb773b2a8890
bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)

(cherry picked from commit 70af06cdc4e8fbee0b9d7d46bdc193097d4bc71f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_dbm.py
Lib/test/test_dbm_ndbm.py