]> granicus.if.org Git - python/commit
Retract the claim that this is always safe if PyMem_{Del, DEL, Free, FREE}
authorTim Peters <tim.peters@gmail.com>
Sat, 30 Mar 2002 06:20:23 +0000 (06:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 30 Mar 2002 06:20:23 +0000 (06:20 +0000)
commit12300686ca805289a340b740856ad00139a9b3c8
tree388cba79e149130161530e76a9ab12a28d4252b1
parentd97a1c008c4a7ae04c55c8de2cdb71a9ea43656a
Retract the claim that this is always safe if PyMem_{Del, DEL, Free, FREE}
are called without the GIL.  It's incredibly unlikely to fail, but I can't
make this bulletproof without either adding a lock for exclusion, or
giving up on growing the arena base-address vector (it would be safe if
this were a static array).
Objects/obmalloc.c