sys.thread_info
A struct sequence holding information about the thread implementation.
Attribute | Explanation |
---|---|
name |
Name of the thread implementation:
|
lock |
Name of the lock implementation:
|
version | Name and version of the thread library. It is a string, or None if these informations are unknown. |
New in version 3.3.
Please login to continue.