New issue 2726: gdbm module is broken under gdbm 1.14 https://bitbucket.org/pypy/pypy/issues/2726/gdbm-module-is-broken-under-gdbm-114
Julian Berman: Importing gdbm produces: ``` ~ ⊙ pypy -c 'import gdbm' Julian@Macnetic Traceback (most recent call last): File "<module>", line 1, in <module> File "/usr/local/Cellar/pypy/5.10.0/libexec/lib_pypy/gdbm.py", line 1, in <module> from _gdbm_cffi import ffi, lib # generated by _gdbm_build.py ImportError: unable to load extension module '/usr/local/Cellar/pypy/5.10.0/libexec/lib_pypy/_gdbm_cffi.pypy-41.so': dlopen(/usr/local/Cellar/pypy/5.10.0/libexec/lib_pypy/_gdbm_cffi.pypy-41.so, 6): Symbol not found: _gdbm_errno Referenced from: /usr/local/Cellar/pypy/5.10.0/libexec/lib_pypy/_gdbm_cffi.pypy-41.so Expected in: /usr/local/opt/gdbm/lib/libgdbm.4.dylib in /usr/local/Cellar/pypy/5.10.0/libexec/lib_pypy/_gdbm_cffi.pypy-41.so ⊙ pypy --version Julian@Macnetic Python 2.7.13 (0e7ea4fe15e82d5124e805e2e4a37cae1a402d4b, Dec 26 2017, 08:20:00) [PyPy 5.10.0 with GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] ``` https://bugs.python.org/msg309392 looks like an upstream CPython equivalent issue. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue