[jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-11-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356614 ] Jim Gallacher commented on MODPYTHON-77: Tested gilstate.tar.gz on mpm-prefork. Error log output: [Wed Nov 02 10:40:20 2005] [notice] Apache/2.0.54 (Debian GNU/Linu

Re: [jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-11-02 Thread Graham Dumpleton
Jim, is this just confirming that test shows a problem with unpatched 3.2 or when Boyan's GIL state fixes are also applied? I haven't tried the suggested patches yet, as wanted an answer as to why GIL state API had to be explicitly used, which he has now done so. Graham On 03/11/2005, at 2:

Re: [jira] Commented: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-11-02 Thread Jim Gallacher
Doh! No, I didn't apply the patches. I had a feeling I was forgetting *something* when I ran test, but I couldn't put my finger on it. :) I will patch and retest. Jim Graham Dumpleton wrote: Jim, is this just confirming that test shows a problem with unpatched 3.2 or when Boyan's GIL state