]> granicus.if.org Git - python/commit
use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data access as it'll often
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 17 Mar 2008 20:16:47 +0000 (20:16 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 17 Mar 2008 20:16:47 +0000 (20:16 +0000)
commitc55485bc6d4a22026e12ccc6b772984059468a86
treec7b2e7a3a9fa68e169de55d36d26a4f98eeb2af2
parent74ca557e1e092822cfb71fe1cf7080a0b1564d80
use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data access as it'll often
be using the data buffer provided without the GIL held.
Modules/_bsddb.c