[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-36084: add native thread ID (TID) to threading.Thread objects (V2) by jaketesler · Pull Request #13463 · python/cpython

jaketesler

and others added 22 commits

February 22, 2019 09:55
…jects now have a tid property (kernel thread ID)

…c operation, since the functionality now supports Windows as well; cleaned up and clarified doc notes, updated version added number (3.8)
 into feature-threadid

 into feature-threadid

… ID functions depending on system type and functional availability; Threading module now returns `None` if the thread has not been started, or if the Native ID functionality does not exist for the current operating system.
…e on the target system.

Merged