This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Michael.Felt, eryksun, jaketesler, pitrou, vstinner
Date 2019-05-22.15:44:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558539897.56.0.440060524758.issue36084@roundup.psfhosted.org>
In-reply-to
Content
Currently, Threading.start() ignores _start_new_thread() return value which is an identifier. Is it the same value than threading.get_native_id()? It might be good to clarify _thread._start_new_thread() documentation since we now have 2 kinds of "identifier".

Later it might be interesting to attempt to support NetBSD, OpenBSD, and more operating systems. Well, that can be done... later :-)
History
Date User Action Args
2019-05-22 15:44:57vstinnersetrecipients: + vstinner, pitrou, eryksun, Michael.Felt, jaketesler
2019-05-22 15:44:57vstinnersetmessageid: <1558539897.56.0.440060524758.issue36084@roundup.psfhosted.org>
2019-05-22 15:44:57vstinnerlinkissue36084 messages
2019-05-22 15:44:57vstinnercreate