mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365)
This commit is contained in:
parent
5b4a4b6f09
commit
1c2fddddae
5 changed files with 15 additions and 4 deletions
2
Doc/data/stable_abi.dat
generated
2
Doc/data/stable_abi.dat
generated
|
@ -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,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue