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 pitrou
Recipients brett.cannon, docs@python, georg.brandl, pitrou, vstinner
Date 2011-05-16.13:59:01
SpamBayes Score 0.008742618
Marked as misclassified No
Message-id <1305554341.9.0.0247768970734.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.

In which case can it be None?
History
Date User Action Args
2011-05-16 13:59:01pitrousetrecipients: + pitrou, brett.cannon, georg.brandl, vstinner, docs@python
2011-05-16 13:59:01pitrousetmessageid: <1305554341.9.0.0247768970734.issue12028@psf.upfronthosting.co.za>
2011-05-16 13:59:01pitroulinkissue12028 messages
2011-05-16 13:59:01pitroucreate