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

Charles-François Natali report at bugs.python.org
Thu Nov 28 23:17:38 CET 2013


Charles-François Natali added the comment:

AFAICT, there's no link (FWIW I wrote the patch for #10517, then the fix
for threads created outside of Python calling into a subinterpreter -
issue #13156).
Actually, this "fix" would have avoided the regression in issue #13156.
But since it's tricky, I'd really like if Graham could test it (his module
does a lot of nasty things that could not show up in our test suite).

----------
nosy: +grahamd

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


More information about the Python-bugs-list mailing list