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.

Author vstinner
Recipients Michael.Felt, eryksun, jaketesler, pitrou, vstinner
Date 2019-05-23.17:14:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558631650.11.0.345259154203.issue36084@roundup.psfhosted.org>
In-reply-to
Content
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!
History
Date User Action Args
2019-05-23 17:14:10vstinnersetrecipients: + vstinner, pitrou, eryksun, Michael.Felt, jaketesler
2019-05-23 17:14:10vstinnersetmessageid: <1558631650.11.0.345259154203.issue36084@roundup.psfhosted.org>
2019-05-23 17:14:10vstinnerlinkissue36084 messages
2019-05-23 17:14:09vstinnercreate