Is numpy among those extensions that will deadlock if running with
multiple interpreters? Are these the offending API calls (the
simplified gil API)?


#define NPY_ALLOW_C_API      __save__ = PyGILState_Ensure();
#define NPY_DISABLE_C_API    PyGILState_Release(__save__);

Looks like these calls can be disabled during config by setting
NPY_NO_SMP. I'm not sure what the implications of this are.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to