[New-bugs-announce] [issue47169] Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly

Petr Viktorin report at bugs.python.org
Wed Mar 30 11:52:37 EDT 2022


New submission from Petr Viktorin <encukou at gmail.com>:

- 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

----------
components: C API
messages: 416377
nosy: petr.viktorin
priority: normal
severity: normal
status: open
title: Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47169>
_______________________________________


More information about the New-bugs-announce mailing list