Hi, 2010/11/16 Dan Stromberg <[email protected]>: > I've put together a gdbm wrapper module using ctypes, and tested against > pypy with the included test_gdbm. Is there interest in adding it to pypy? > > It's at http://stromberg.dnsalias.org/svn/gdbm-ctypes/trunk/ if anyone wants > to look it over.
I don't know exactly what gdbm is, but it looks very similar to dbm.py already in pypy: http://codespeak.net/svn/pypy/trunk/lib_pypy/dbm.py -- Amaury Forgeot d'Arc _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
