On Tue, Feb 21, 2012 at 2:46 PM, Tarek Ziadé <ziade.ta...@gmail.com> wrote:


> here's a very simple demo: http://tarek.pastebin.mozilla.org/1489505
>

There are two typos but the effect remains the same since you are locked
before you reach those lines:

- atexit call worker.stop() instead  of worker.join()
- in worker.stop(), it calls worker.join() instead of worker.join(self)

-- 
Tarek Ziadé | http://ziade.org
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to