Idle question about process threads (nothing to do with editors.)

Alex cut_me_out at hotmail.com
Fri Jun 16 20:35:10 EDT 2000


Hi.  If I create an instance of a subclass of threading.Thread and start
it without binding it to a reference (like 'My_thread ().start ()')
there must be some references to it that keep it from getting garbage
collected.  Does anyone know what they are?

Alex.



More information about the Python-list mailing list