Message342116
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. |
|
| Date |
User |
Action |
Args |
| 2019-05-10 18:25:20 | jaketesler | set | recipients:
+ jaketesler, pitrou, vstinner |
| 2019-05-10 18:25:20 | jaketesler | set | messageid: <[email protected]> |
| 2019-05-10 18:25:20 | jaketesler | link | issue36084 messages |
| 2019-05-10 18:25:20 | jaketesler | create | |
|