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

2005-12-20 Thread Boyan Boyadjiev (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12360898 ] Boyan Boyadjiev commented on MODPYTHON-77: -- WinXP, Win2K, Win2K3: Patched mod_python/3.2.6-dev-20051217 with diff from grahamd_20051105.tar.gz is working fine.

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

2005-11-05 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356864 ] Jim Gallacher commented on MODPYTHON-77: Patched 3.2.4b with diff from grahamd_20051105.tar.gz. Unit tests and gilstate test pass on Debian stable (sarge) and

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

2005-11-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356765 ] Graham Dumpleton commented on MODPYTHON-77: --- Just to make this problem even more complicated, due to how Mac OS X handles unloading of dynamically loaded

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

2005-11-03 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12356739 ] Graham Dumpleton commented on MODPYTHON-77: --- There are now so many different suggestions on this that it is all too confusing. In respect of latest suggested

[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

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

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

2005-09-06 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12322710 ] Graham Dumpleton commented on MODPYTHON-77: --- I worked out what was going on a few days ago, but first time with Internet access since. :-( I agree that what is

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

2005-09-02 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320868 ] Nicolas Lehuen commented on MODPYTHON-77: - Boyan, Can you please post a patch (diff) file ? It looks like the mod_python.c file you posted comes from an old

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

2005-09-02 Thread Boyan Boyadjiev (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320885 ] Boyan Boyadjiev commented on MODPYTHON-77: -- Graham, Thanks a lot for the prompt response! I am using currently Python 2.3.5. As far as I understood, the patch

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

2005-09-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320905 ] Jim Gallacher commented on MODPYTHON-77: I tried your patch and the unit tests fail. Apache fails to start, with the following message in the error log: Fatal

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

2005-09-02 Thread Jim Gallacher
Boyan, How critical is this bug with respect to releasing 3.2? I'm heading out for the weekend in the next couple of hours and was hoping to release 3.2.1beta beforehand. If this is a must fix I'll wait until next week. (Either way, I'll fix the memory leak get_interpreter which you detail

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

2005-09-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320924 ] Jim Gallacher commented on MODPYTHON-77: -1 for me. Unit tests fail for diff3.txt. For some reason 1 hunk is rejected when diff3 is applied against svn/trunk.

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

2005-09-02 Thread Nicolas Lehuen (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320927 ] Nicolas Lehuen commented on MODPYTHON-77: - Well in fact I applied the patch manually and it runs on Win32 (threaded MPM), at least on the unit tests. The

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

2005-09-02 Thread Boyan Boyadjiev (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320928 ] Boyan Boyadjiev commented on MODPYTHON-77: -- I use mpm_winnt with 2.0.54 The multiple interpreter concept of mod_python is broken for Python extension modules

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

2005-09-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320931 ] Jim Gallacher commented on MODPYTHON-77: Well, maybe I've just having one of those days, but when when I apply the patch using: patch -p0 diff3.txt I get the

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

2005-09-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=comments#action_12320935 ] Graham Dumpleton commented on MODPYTHON-77: --- I'm -1 for it going into next beta. I too want to understand it first as use of thread states can be very tricky. I