[issue40193] thread.get_native_id() support for solaris

2020-04-04 Thread Batuhan Taskaya
Batuhan Taskaya added the comment: Looks like neither pthread_self nor thr_self gives the native id. Closing the issue... -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue40193] thread.get_native_id() support for solaris

2020-04-04 Thread Batuhan Taskaya
New submission from Batuhan Taskaya : Solaris supports accessing the native id of thread via pthread_self() https://docs.oracle.com/cd/E19455-01/806-5257/6je9h032i/index.html#tlib-89129 -- messages: 365808 nosy: BTaskaya priority: normal severity: normal status: open title: thread.get_n