On Sun, Jan 22, 2012 at 2:18 PM, C Anthony Risinger <[email protected]> wrote:
>
> however, i am now getting a SIGSEGV on normal SIGINT while at the
> --pyshell prompt:
if i change plugins/python/python_plugin.c:201-202 from:
if (uwsgi.has_threads)
PyGILState_Ensure();
... to:
//if (uwsgi.has_threads)
PyGILState_Ensure();
... python 3.2.2 and 2.7.2 no longer segfault (my terminal is still
messed up and requires a `reset`, but this is a different bug that has
always existed).
--
C Anthony
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi