[issue43879] Add native_id to PyThreadState

2021-04-17 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +24184 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25458 ___ Python tracker _

[issue43879] Add native_id to PyThreadState

2021-04-17 Thread Shreyan Avigyan
Change by Shreyan Avigyan : -- nosy: +shreyanavigyan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue43879] Add native_id to PyThreadState

2021-04-17 Thread Gabriele Tornetta
New submission from Gabriele Tornetta : I would like to propose adding the native_id field to the PyThreadState structure to store the result of PyThread_get_thread_native_id. On some systems, like Linux, it is not easy to retrieve this information from outside of the Python interpreter proce