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-12.15:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642000777.29.0.376498488785.issue44133@roundup.psfhosted.org>
In-reply-to
Content
> On Solaris (and most likely several other platforms), `PyThread_get_thread_native_id` is also not available.

Oh, I added an explicit test for that in my PR 30556.

> `Py_FrozenMain` should be added to stable ABI

I suggest to first fix the issue (export the symbol), and then write a second PR to add it to the stable ABI.
History
Date User Action Args
2022-01-12 15:19:37vstinnersetrecipients: + vstinner, petr.viktorin, miss-islington, kulikjak, shihai1991
2022-01-12 15:19:37vstinnersetmessageid: <1642000777.29.0.376498488785.issue44133@roundup.psfhosted.org>
2022-01-12 15:19:37vstinnerlinkissue44133 messages
2022-01-12 15:19:37vstinnercreate