SIGN IN SIGN UP

bpo-44133: Skip PyThread_get_thread_native_id() if not available (GH-30636)

test_capi.test_export_symbols() doesn't check if Python exports the
"PyThread_get_thread_native_id" symbol if the _thread.get_native_id()
function is not available (if the PY_HAVE_THREAD_NATIVE_ID macro is
not defined).
V
Victor Stinner committed
16901c0482734dbd389b09ca3edfcf3e22faeed7
Parent: ad6e640
Committed by GitHub <noreply@github.com> on 1/17/2022, 1:49:20 PM