diff options
author | Victor Stinner <vstinner@python.org> | 2022-01-17 13:49:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 13:49:20 (GMT) |
commit | 16901c0482734dbd389b09ca3edfcf3e22faeed7 (patch) | |
tree | a22f75e121921624e2e985863ece71cc551d6299 /Lib/inspect.py | |
parent | ad6e640f910787e73fd00f59117fbd22cdf88c78 (diff) | |
download | cpython-16901c0482734dbd389b09ca3edfcf3e22faeed7.zip cpython-16901c0482734dbd389b09ca3edfcf3e22faeed7.tar.gz cpython-16901c0482734dbd389b09ca3edfcf3e22faeed7.tar.bz2 |
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).
Diffstat (limited to 'Lib/inspect.py')
0 files changed, 0 insertions, 0 deletions