[issue41833] threading.Thread: use target name if the name parameter is omitted

STINNER Victor report at bugs.python.org
Wed Sep 23 12:25:34 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

I rewrote my PR to generate names like "Thread-3 (func)", rather than just "func". So if two target functions have the same name, or if two threads use the same target, it remains possible to distinguish the two threads.

----------

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


More information about the Python-bugs-list mailing list