[New-bugs-announce] [issue2871] store thread.get_ident() thread identifier inside threading.Thread objects

Irmen de Jong report at bugs.python.org
Thu May 15 23:50:55 CEST 2008


New submission from Irmen de Jong <irmen at users.sourceforge.net>:

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.

----------
components: Extension Modules
messages: 66882
nosy: irmen
severity: normal
status: open
title: store thread.get_ident() thread identifier inside threading.Thread objects
type: feature request

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2871>
__________________________________


More information about the New-bugs-announce mailing list