
May 7, 2011
10:24 a.m.
New submission from STINNER Victor <victor.stinner@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@python components: Documentation, Library (Lib) messages: 135441 nosy: docs@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@bugs.python.org> <http://bugs.python.org/issue12028> _______________________________________