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

STINNER Victor report at bugs.python.org
Sat May 7 12:24:45 CEST 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

I don't know why threading._get_ident() (which is _thread.get_ident()) is private: this function is safe.

This function becomes useful with pthread_kill() which will be added by #8407.

----------
assignee: docs at python
components: Documentation, Library (Lib)
messages: 135441
nosy: docs at python, haypo
priority: normal
severity: normal
status: open
title: threading._get_ident(): remove it in the doc and make it public
versions: Python 3.3

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


More information about the Python-bugs-list mailing list