[docs] [issue12028] threading._get_ident(): remove it in the doc and make it public

STINNER Victor report at bugs.python.org
Sat May 7 12:26:38 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I think that threading._get_ident() is more reliable than threading.current_thread().ident because Thread.ident can be None in some cases.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12028>
_______________________________________


More information about the docs mailing list