]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 9 Oct 2007 06:02:21 +0000 (06:02 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 9 Oct 2007 06:02:21 +0000 (06:02 +0000)
commit392505391e1703fe0df4da8e077793f7e71b1075
treed9d44180ad00b886cfbbf952883fbe3e674190fb
parent163f622c03487a747f89b4359663a8ce52b57f81
Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API
object available as bsddb.db.api.  This is based on the patch submitted
by Duncan Grisby here:
  http://sourceforge.net/tracker/index.php?func=detail&aid=1551895&group_id=13900&atid=313900
See this thread for additional info:
  http://sourceforge.net/mailarchive/forum.php?thread_name=E1GAVDK-0002rk-Iw%40apasphere.com&forum_name=pybsddb-users

It also cleans up the code a little by removing some ifdef/endifs for
python prior to 2.1 and for unsupported Berkeley DB <= 3.2.
Modules/_bsddb.c
Modules/bsddb.h [new file with mode: 0644]
setup.py