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 eryksun
Recipients Michael.Felt, eryksun, jaketesler, pitrou, vstinner
Date 2019-05-22.11:10:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558523404.52.0.100542253036.issue36084@roundup.psfhosted.org>
In-reply-to
Content
> The pthread_self subroutine returns the calling thread's ID.

I don't know much about AIX, but according to the docs [1] the kernel thread ID should be thread_self(), which is not the same as pthread_self().

[1]: https://www.ibm.com/support/knowledgecenter/en/ssw_aix_72/com.ibm.aix.basetrf2/thread_self.htm
History
Date User Action Args
2019-05-22 11:10:04eryksunsetrecipients: + eryksun, pitrou, vstinner, Michael.Felt, jaketesler
2019-05-22 11:10:04eryksunsetmessageid: <1558523404.52.0.100542253036.issue36084@roundup.psfhosted.org>
2019-05-22 11:10:04eryksunlinkissue36084 messages
2019-05-22 11:10:04eryksuncreate