[Python-Dev] Add function to signal module for getting main thread id (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Fri Aug 30 14:09:37 CEST 2013
- Previous message: [Python-Dev] Add function to signal module for getting main thread id
- Next message: [Python-Dev] Add function to signal module for getting main thread id
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 30 August 2013 20:27, Andrew Svetlov <andrew.svetlov at gmail.com> wrote:
I've filed http://bugs.python.org/issue18882 for this.
I don't actually object to the addition, but is there any way that "threading.enumerate()[0]" won't be the main thread? (subinterpreters, perhaps, but they're going to have trouble anyway, since they won't have access to the real main thread)
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Add function to signal module for getting main thread id
- Next message: [Python-Dev] Add function to signal module for getting main thread id
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]