This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 vstinner
收信人 docs@python, vstinner
日期 2011-05-07.10:24:44
SpamBayes Score 0.0024402228
Marked as misclassified
Message-id <1304763885.69.0.0673307272.issue12028@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-05-07 10:24:45vstinner修改recipients: + vstinner, docs@python
2011-05-07 10:24:45vstinner修改messageid: <1304763885.69.0.0673307272.issue12028@psf.upfronthosting.co.za>
2011-05-07 10:24:44vstinner链接issue12028 messages
2011-05-07 10:24:44vstinner创建