]> granicus.if.org Git - python/commit
Stop using PyMem_FREE while the GIL is not held. For details see:
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 May 2007 04:47:55 +0000 (04:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 2 May 2007 04:47:55 +0000 (04:47 +0000)
commitd83eb316dce49606041304afb6b68e85fb1794af
tree28968887891d48e627dc15abc3e4a30862777494
parentc0a293c692febd6125f95bce7d4bec7657e0ee9e
Stop using PyMem_FREE while the GIL is not held.  For details see:
http://mail.python.org/pipermail/python-dev/2007-May/072896.html
Include/pymem.h
Modules/posixmodule.c