Yes, those are the ones that only work in main Python interpreter and not sub interpreters.
Graham On 4 December 2011 01:27, bc <[email protected]> wrote: > 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. > -- 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.
