]> 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:37:21 +0000 (06:37 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Apr 2018 13:37:21 +0000 (06:37 -0700)
commite57d3e3a13d1d4c6a057e47db8361695194bb5ab
tree45f64645eadefb6e65bd179eeee2b6ed248d154f
parentee95feb69d937149bef3d245e87df1aef412b7fc
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