SIGN IN SIGN UP

bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)

Using gdbm 1.15, creating a database creates a file of 16 MiB. Adding
a small entry and then modifying the small entry doesn't change the
file size. Modify test_dbm_gnu to be less strict: allow that the file
size doesn't change.
V
Victor Stinner committed
1261bfa83db30b1cf86c1fb816cc167db77874cd
Parent: 22525de
Committed by GitHub <noreply@github.com> on 6/19/2018, 12:19:54 PM