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 jaketesler
Recipients Michael.Felt, eryksun, jaketesler, pitrou, vstinner
Date 2019-05-22.12:57:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
In general, I’ve concluded most ‘editions’ of pthread_self() are not the same value as this feature aims to implement. I’m not familiar enough with AIX to be certain about that platform, though. 

If there’s an equivalent function in AIX to capture the actual integral thread ID in the same 3-line way as Linux, FreeBSD, et al., are implemented (the big block in PyThread_get_thread_native_id), then it’s worth including. If the mechanism required is a more complex one than just adding a few lines, then it might be best left for a new PR. :)
History
Date User Action Args
2019-05-22 12:57:53jaketeslersetrecipients: + jaketesler, pitrou, vstinner, eryksun, Michael.Felt
2019-05-22 12:57:53jaketeslersetmessageid: <[email protected]>
2019-05-22 12:57:53jaketeslerlinkissue36084 messages
2019-05-22 12:57:53jaketeslercreate