[docs] [issue31517] MainThread association logic is fragile

Antoine Pitrou report at bugs.python.org
Wed Sep 20 04:26:57 EDT 2017


Antoine Pitrou added the comment:

> That said, I do agree with Tim that the status quo isn't broken per se: we renamed `thread` to `_thread` in Python 3 for a reason

This is not caused by `_thread` specifically, but any background thread created by C code that might invoke Python code.  The reproducer just uses the `_thread` module out of convenience.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31517>
_______________________________________


More information about the docs mailing list