[issue36084] Threading: add builtin TID attribute to Thread objects

Jake Tesler report at bugs.python.org
Wed May 22 13:59:41 EDT 2019


Jake Tesler <jake.tesler at gmail.com> added the comment:

Victor – the return value of _start_new_thread is the the `ident` parameter, and its not the same as the native id.

See here: https://github.com/python/cpython/pull/11993#issuecomment-491544908

----------

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


More information about the Python-bugs-list mailing list