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 irmen
Recipients irmen
Date 2008-05-15.21:49:53
SpamBayes Score 0.45782894
Marked as misclassified No
Message-id <1210888254.97.0.197047518827.issue2871@psf.upfronthosting.co.za>
In-reply-to
Content
I've ran into a problem where it would be very nice to be able to tell
the tread.get_ident() of a given threading.Thread object.

Currently, when creating a new Thread object, there is no good way of
getting that thread's get_ident() value. 

I propose adding the get_ident() value as a publicly accessible field of
every threading.Thread object.
History
Date User Action Args
2008-05-15 21:50:55irmensetspambayes_score: 0.457829 -> 0.45782894
recipients: + irmen
2008-05-15 21:50:55irmensetspambayes_score: 0.457829 -> 0.457829
messageid: <1210888254.97.0.197047518827.issue2871@psf.upfronthosting.co.za>
2008-05-15 21:49:54irmenlinkissue2871 messages
2008-05-15 21:49:53irmencreate