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-22.15:52:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
glibc 2.30 scheduled in August 2019 will finally provide a gettid() function!
* https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=NEWS;hb=HEAD
* http://man7.org/linux/man-pages/man2/gettid.2.html

Once it will be released, it would be interesting to use it rather than using a direct syscall.
History
Date User Action Args
2019-05-22 15:52:11vstinnersetrecipients: + vstinner, pitrou, eryksun, Michael.Felt, jaketesler
2019-05-22 15:52:11vstinnersetmessageid: <[email protected]>
2019-05-22 15:52:11vstinnerlinkissue36084 messages
2019-05-22 15:52:11vstinnercreate