Hi,

I just saw a change in Python finalization related to threads. I'm not
sure that it is correct to not call tstate_delete_common(). Is this
change related to an issue? I don't see any specific test.

---
changeset 91234:5ccb6901cf95 3.4

avoid a deadlock with the interpreter head lock and the GIL during finalization

author Benjamin Peterson <benja...@python.org>
date Mon, 16 Jun 2014 23:07:49 -0700 (61 minutes ago)
parents d1d1ed421717
children 2ed64ea19d81 fceb3a907260
files Python/pystate.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]


http://hg.python.org/cpython/rev/5ccb6901cf95
---

Victor
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to