Interrupt python thread
James Matthews
nytrokiss at gmail.com
Sun Aug 24 18:22:26 EDT 2008
def __stop(self):
self.__block.acquire()
self.__stopped = True
self.__block.notifyAll()
self.__block.release()
On Sun, Aug 24, 2008 at 11:59 AM, Fredrik Lundh <fredrik at pythonware.com>wrote:
> James Matthews wrote:
>
> Group all the threads in a list and call the stop method on all of them.
>>
>
> what stop method?
>
> </F>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://www.goldwatches.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080824/4e949810/attachment-0001.html>
More information about the Python-list
mailing list