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 kulikjak, miss-islington, petr.viktorin, shihai1991, vstinner
Date 2022-01-17.13:03:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642424635.98.0.398948562573.issue44133@roundup.psfhosted.org>
In-reply-to
Content
> Ah, sorry, I could have described the issue better. It's not a problem with exporting, PyThread_get_thread_native_id() isn't available on Solaris (and possibly other platforms) at all.

Oh ok, it's a simple bug in my test. I wrote GH-30636 to fix it.
History
Date User Action Args
2022-01-17 13:03:56vstinnersetrecipients: + vstinner, petr.viktorin, miss-islington, kulikjak, shihai1991
2022-01-17 13:03:55vstinnersetmessageid: <1642424635.98.0.398948562573.issue44133@roundup.psfhosted.org>
2022-01-17 13:03:55vstinnerlinkissue44133 messages
2022-01-17 13:03:55vstinnercreate