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 jaketesler
Recipients jaketesler, pitrou, vstinner
Date 2019-05-10.18:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The feature is supported on Windows: the file supporting Windows threading is `thread_nt.h`, not `thread_pthread.h` since Windows doesn't use POSIX-style threads.

Also it is different from threading.get_ident() - ident is a Python-issued unique identifier, TID is issued by the OS and is tracable system-wide.
History
Date User Action Args
2019-05-10 18:25:20jaketeslersetrecipients: + jaketesler, pitrou, vstinner
2019-05-10 18:25:20jaketeslersetmessageid: <[email protected]>
2019-05-10 18:25:20jaketeslerlinkissue36084 messages
2019-05-10 18:25:20jaketeslercreate