On Sun, Apr 5, 2015 at 10:12 AM, Luciano Ramalho <[email protected]> wrote: > Alan Cristhian (@AlanCristhian on Github) fixed the hang-on-exit bug > by turning the asyncio event loop thread into a daemon; see > guievents.py, method GuiEventLoop._start_io_event_loop.
Ah, yes, my code is in this repo, a fork of haypo/asyncio_staging: https://bitbucket.org/ramalho/asyncio_staging Cheers, Luciano -- Luciano Ramalho | Author of Fluent Python (O'Reilly, 2015) | http://shop.oreilly.com/product/0636920032519.do | Professor em: http://python.pro.br | Twitter: @ramalhoorg
