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

Antoine Pitrou report at bugs.python.org
Thu Nov 28 15:35:53 CET 2013


Antoine Pitrou added the comment:

Calling it _PyThread_set_key_value is prone to confusion.
Ideally we would fix PyThread_set_key_value's behaviour. Are there users of the function outside from CPython?

----------

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


More information about the Python-bugs-list mailing list