[jira] Resolved: (MODPYTHON-194) Memory leak due to not clearing thread state object before deletion.

2006-10-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-194?page=all ] Graham Dumpleton resolved MODPYTHON-194. Resolution: Fixed > Memory leak due to not clearing thread state object before deletion. > --

[jira] Work started: (MODPYTHON-194) Memory leak due to not clearing thread state object before deletion.

2006-10-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-194?page=all ] Work on MODPYTHON-194 started by Graham Dumpleton. > Memory leak due to not clearing thread state object before deletion. > > > Key: MODPYTHON-

Re: Status of mod_python 3.3.

2006-10-20 Thread Graham Dumpleton
Rereading Trac code, the req.args in constructor is still an issue as what the code is actually doing is prevent util.FieldStorage processing req.args and for it to do it itself, only adding args where they aren't also defined in POST body. The only way to provide a fiddle for this would be

[jira] Updated: (MODPYTHON-186) Build process not using correct values from Python config Makefile.

2006-10-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-186?page=all ] Graham Dumpleton updated MODPYTHON-186: --- Component/s: core Fix Version/s: (was: 3.3) (was: 3.2.x) Defer fixing of this issue until have someone with th

[jira] Created: (MODPYTHON-195) Possible leaking of Win32 event handles when Apache restarted.

2006-10-20 Thread Graham Dumpleton (JIRA)
Possible leaking of Win32 event handles when Apache restarted. -- Key: MODPYTHON-195 URL: http://issues.apache.org/jira/browse/MODPYTHON-195 Project: mod_python Issue Type: Bug

[jira] Commented: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-20 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=comments#action_12443889 ] Jim Gallacher commented on MODPYTHON-127: - We need to make sure we address this in the unittests as well. Should we have tests for the additional optio

Re: Status of mod_python 3.3.

2006-10-20 Thread Jim Gallacher
Jim Gallacher wrote: Graham Dumpleton wrote: Jim Gallacher wrote .. Although there is no JIRA issue for it, I'd like to see us do a quick code cleanup. I see lots of complier warnings about unused variables and it would be nice to excise the offending bits of code. I figure we are more likely