Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365)

This commit is contained in:
Petr Viktorin 2022-04-08 14:35:11 +02:00 committed by GitHub
parent 5b4a4b6f09
commit 1c2fddddae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 4 deletions

View file

@ -625,7 +625,7 @@ function,PyThread_free_lock,3.2,,
function,PyThread_get_key_value,3.2,,
function,PyThread_get_stacksize,3.2,,
function,PyThread_get_thread_ident,3.2,,
function,PyThread_get_thread_native_id,3.2,,
function,PyThread_get_thread_native_id,3.2,on platforms with native thread IDs,
function,PyThread_init_thread,3.2,,
function,PyThread_release_lock,3.2,,
function,PyThread_set_key_value,3.2,,