]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change to use the new buffer API instead of bytes objects for both keys and
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 28 Aug 2007 08:23:15 +0000 (08:23 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 28 Aug 2007 08:23:15 +0000 (08:23 +0000)
commit3d5cb22514b408b3a6f6167fa53345e6dca58908
tree75ac55ee8c48500e0b3ba286bd7f9aaa38394759
parent3fd22da6129040fdea850bf593e63fc8c333304b
Change to use the new buffer API instead of bytes objects for both keys and
values.  This is basically the patch I uploaded as issue1036, though I have
made it use PyBUF_SIMPLE for now until issue1035 is resolved.
Modules/_bsddb.c