En Tue, 24 Feb 2009 09:22:41 -0200, Laszlo Nagy <gand...@shopzeus.com> escribió:

Given this class below:

[code removed]

It seems impossible to me. The while loop should only exit if stop_requested becomes set, OR if an exception is raised. However, all exceptions are cought and logged. But there are no exceptions logged. And stop_requested is NOT SET. (see the last line in the log).

I assume stop_requested is an Event object. Maybe other thread cleared it?

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to