[issue19787] tracemalloc: set_reentrant() should not have to call PyThread_delete_key()

STINNER Victor report at bugs.python.org
Tue Dec 3 22:30:23 CET 2013


STINNER Victor added the comment:

Kristján> Only that issue #10517 mentions reasons to keep the old behavior, specifically http://bugs.python.org/issue10517#msg134573 (...)

@Kristján: The behaviour of PyThread_set_key() discussed in this issue is unrelated to the pthread bug related to fork() fixed in #10517.

When it comes to threads and fork, I trust neologix because he knows them better than me and he wrote "AFAICT, there's no link".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19787>
_______________________________________


More information about the Python-bugs-list mailing list