]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adds a Thread.getIdent() method to provide the _get_ident() value for
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Jun 2008 23:48:47 +0000 (23:48 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Jun 2008 23:48:47 +0000 (23:48 +0000)
commit8856ddae2522c644132b5d0730ab60021f2ce13e
tree717f19f039e2319d93159ca0e602165bac7dbf44
parent1bd52d745b16c1a41dd63869264315a4d138f62f
Adds a Thread.getIdent() method to provide the _get_ident() value for
any given threading.Thread object.  feature request issue 2871.
Doc/library/threading.rst
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS