Is there a way to obtain a unique ID for the current thread? I have an object that I need to store local thread data in, and I don't want to use threading.local because each thread might have multiple instances of my object. -- http://mail.python.org/mailman/listinfo/python-list
- Unique thread ID Benjamin
- Re: Unique thread ID Diez B. Roggisch
- Re: Unique thread ID Christian Heimes
- Re: Unique thread ID Benjamin
- Re: Unique thread ID Gabriel Genellina
- Re: Unique thread ID Benjamin