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.

classification
Title: thread.get_native_id() support for solaris
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: BTaskaya
Priority: normal Keywords:

Created on 2020-04-05 01:50 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg365808 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-04-05 01:50
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
msg365810 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-04-05 02:03
Looks like neither pthread_self nor thr_self gives the native id. Closing the issue...
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84374
2020-04-05 02:03:18BTaskayasetstatus: open -> closed
resolution: wont fix
messages: + msg365810

stage: resolved
2020-04-05 01:50:04BTaskayacreate