[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] Updated: (MODPYTHON-77) The multiple interpreter concept of mod_python is broken for Python extension modules since Python 2.3

2005-09-05 Thread Boyan Boyadjiev (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=all ] Boyan Boyadjiev updated MODPYTHON-77: - Attachment: mod_python.h.diff mod_python.c.diff mod_python.h.diff and mod_python.c.diff attached: Changes: 1. Added some comments

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

2005-09-03 Thread Boyan Boyadjiev (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=all ] Boyan Boyadjiev updated MODPYTHON-77: - Attachment: gil_test.c I hope that, the following can help clarifying where the problem comes from. The root of the evil was the introduction of

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

2005-09-03 Thread Boyan Boyadjiev (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-77?page=all ] Boyan Boyadjiev updated MODPYTHON-77: - Attachment: src.zip Jim, could you please try, if the cahnges in the attaced src.zip are working for you. If so this will be a much better

[jira] Updated: (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=all ] Boyan Boyadjiev updated MODPYTHON-77: - Attachment: mod_python.c changes ware made against 3.1.4 The multiple interpreter concept of mod_python is broken for Python extension modules

[jira] Updated: (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=all ] Boyan Boyadjiev updated MODPYTHON-77: - Attachment: diff.txt Diff aginst the latest version of mod_python.c The multiple interpreter concept of mod_python is broken for Python extension

[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] Updated: (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=all ] Boyan Boyadjiev updated MODPYTHON-77: - Attachment: diff2.txt Now I've attached the a diff file created with diff -u. Sorry for the inconvenience. Jim, please make sure that you have

[jira] Updated: (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=all ] Boyan Boyadjiev updated MODPYTHON-77: - Attachment: diff3.txt It seems that diff2.txt was not transfered correctly to the server, so diff3.txt attached. The multiple interpreter

[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