Author: Matti Picus <matti.pi...@gmail.com> Branch: py3.6 Changeset: r97405:901a4cb8be49 Date: 2019-09-08 09:25 +0200 http://bitbucket.org/pypy/pypy/changeset/901a4cb8be49/
Log: fwiw, we do not acutally probe for ndbm, and always use the Berkeley db one diff --git a/lib_pypy/_dbm.py b/lib_pypy/_dbm.py --- a/lib_pypy/_dbm.py +++ b/lib_pypy/_dbm.py @@ -149,7 +149,7 @@ lib = CDLL("/usr/lib/libdbm.dylib") # OS X _platform = 'osx' -library = "GNU gdbm" +library = "Berkeley DB" funcs = {} _init_func('open', (c_char_p, c_int, c_int), restype=c_void_p) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit