mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
This is the followup for issue36084 https://bugs.python.org/issue37077
This commit is contained in:
parent
838f26402d
commit
d0eeb936d8
5 changed files with 12 additions and 5 deletions
|
@ -106,7 +106,7 @@ This module defines the following constants and functions:
|
|||
Its value may be used to uniquely identify this particular thread system-wide
|
||||
(until the thread terminates, after which the value may be recycled by the OS).
|
||||
|
||||
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD.
|
||||
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue