Re: [jira] Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-08 Thread Nicolas Lehuen
Hi Harold,With Visual Studio .NET 2003, it's quite easy, just cd into the dist directory and launch build_installer.bat. You should eventually get an installer into the dist/dist directory. Note that with Apache 2.2 , you may need to tweak the setup.py.in file manually a little bit.Regards,Nicolas2

Re: Commented: (MODPYTHON-172) Memory leak with util.fieldstorage using mod_python 3.2.8 on apache 2.0.55

2006-07-08 Thread Harold Ship
I've made a test build based on 3.2.8 release, where I've added Py_XDECREF() calls in parse_qsl(), cfgtree_walk() TWICE (one on t, one on child), and req_readlines(). My foo/bar program doesn't leak, and I'm now testing my full application. So far, it seems to be ok. Harold