]> granicus.if.org Git - python/commit
avoid a deadlock with the interpreter head lock and the GIL during finalization
authorBenjamin Peterson <benjamin@python.org>
Tue, 17 Jun 2014 06:07:49 +0000 (23:07 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 17 Jun 2014 06:07:49 +0000 (23:07 -0700)
commit81669697aa85acb22c3e02c1c7d2788a30ecfee7
tree5322d1a49c4cf4c27c86506ab371abb850d38626
parent1c78e6d96f48c8b779ddc988366fece38de1f698
avoid a deadlock with the interpreter head lock and the GIL during finalization
Python/pystate.c