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 petr.viktorin
Recipients petr.viktorin
Date 2022-03-30.15:52:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648655557.05.0.882264493098.issue47169@roundup.psfhosted.org>
In-reply-to
Content
- PyThread_get_thread_native_id is only available when PY_HAVE_THREAD_NATIVE_ID is defined. The test currently always expects it to be available.
- PyOS_CheckStack is only available when USE_STACKCHECK is defined (i.e. on Windows). It should be exported from the DLL.

I plan to:
- add the appropriate metadata
- improve handling & testing of such optional functions in general
History
Date User Action Args
2022-03-30 15:52:37petr.viktorinsetrecipients: + petr.viktorin
2022-03-30 15:52:37petr.viktorinsetmessageid: <1648655557.05.0.882264493098.issue47169@roundup.psfhosted.org>
2022-03-30 15:52:37petr.viktorinlinkissue47169 messages
2022-03-30 15:52:36petr.viktorincreate