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:
Michael Felt 2019-06-14 00:34:46 +02:00 committed by Miss Islington (bot)
parent 838f26402d
commit d0eeb936d8
5 changed files with 12 additions and 5 deletions

View file

@ -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