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:26:38
SpamBayes Score 0.022701742
Marked as misclassified No
Message-id <1304763998.76.0.565788611217.issue12028@psf.upfronthosting.co.za>
In-reply-to
Content
I think that threading._get_ident() is more reliable than threading.current_thread().ident because Thread.ident can be None in some cases.
History
Date User Action Args
2011-05-07 10:26:38vstinnersetrecipients: + vstinner, docs@python
2011-05-07 10:26:38vstinnersetmessageid: <1304763998.76.0.565788611217.issue12028@psf.upfronthosting.co.za>
2011-05-07 10:26:38vstinnerlinkissue12028 messages
2011-05-07 10:26:38vstinnercreate