STINNER Victor <vstin...@redhat.com> added the comment:

If someone wants to document that _start_new_thread() return value is similar 
to threading.get_ident() but not threading.get_native_id(): please go ahead and 
propose a PR :-)

Adding support for AIX to get_native_id() should be done in a separated issue 
since AIX seems to come with specific challenges :-)

The initial feature request is now implemented. Well done! I know that many 
people were awaiting to expose "gettid()" in Python. Now it's there!

Thanks everyone who was involved in this issue.

Sorry for the CI hiccup which required to revert the change temporarily. At 
least, it didn't miss Python 3.8 feature freeze!

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36084>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to