[pypy-dev] gdbm

Laura Creighton lac at openend.se
Tue Nov 16 03:22:53 CET 2010


In a message of Tue, 16 Nov 2010 02:22:56 +0100, "Amaury Forgeot d'Arc" writes:
>Hi,
>
>2010/11/16 Dan Stromberg <drsalists at gmail.com>:
>> I've put together a gdbm wrapper module using ctypes, and tested agains
>t
>> pypy with the included test_gdbm.  Is there interest in adding it to pyp
>y?
>>
>> 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

Both gdbm and dbm are part of the python standard library, so I'd guess we'd
better have both of them.

http://docs.python.org/library/gdbm.html 

Laura

>Amaury Forgeot d'Arc




More information about the Pypy-dev mailing list