On Fri, Jun 8, 2012 at 1:25 AM, Iyuan Cao <[email protected]> wrote: >> web.py catch the exception before uWSGI, so there is no way for >> reload-on-exception to work. I do not know if it is possible to avoid such >> behaviour from web.py > > thanks for your reply.i should have thought of it! > now,throw some exception like KeyboardInterrupt can work
probably any class descendant of BaseException and not Exception would work fine, but IIRC this is neither ideal nor recommended. -- C Anthony _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
