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.

Author vstinner
Recipients docs@python, vstinner
Date 2011-05-07.10:24:44
SpamBayes Score 0.0024402228
Marked as misclassified No
Message-id <1304763885.69.0.0673307272.issue12028@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-05-07 10:24:45vstinnersetrecipients: + vstinner, docs@python
2011-05-07 10:24:45vstinnersetmessageid: <1304763885.69.0.0673307272.issue12028@psf.upfronthosting.co.za>
2011-05-07 10:24:44vstinnerlinkissue12028 messages
2011-05-07 10:24:44vstinnercreate