commit | 12300686ca805289a340b740856ad00139a9b3c8 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Mar 30 06:20:23 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Mar 30 06:20:23 2002 +0000 |
tree | 388cba79e149130161530e76a9ab12a28d4252b1 | |
parent | d97a1c008c4a7ae04c55c8de2cdb71a9ea43656a [diff] |
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).