Issue 1036: py3k _bsddb.c patch to use the new buffer API (original ) (raw ) Issue1036
Created on 2007-08-27 07:45 by gregory.p.smith , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (2)
msg55334 - (view)
Author: Gregory P. Smith (gregory.p.smith) *
Date: 2007-08-27 07:45
This is my svn diff of a py3k Modules/_bsddb.c converted to use the buffer API. I'm submitting it here as so it doesn't get misplaced as it currently won't work until bytes objects support PyBUF_LOCKDATA (a separate bug)
msg55356 - (view)
Author: Gregory P. Smith (gregory.p.smith) *
Date: 2007-08-28 08:24
committed to py3k branch using SIMPLE instead of LOCKDATA: r57610
History
Date
User
Action
Args
2022-04-11 14:56:26
admin
set
github: 45377
2008-01-06 22:29:45
admin
set
keywords: - py3k versions: Python 3.0
2007-08-28 08:24:57
gregory.p.smith
set
status: open -> closedresolution: acceptedmessages: +
2007-08-27 07:45:53
gregory.p.smith
create