Re: mod_python 3.3.0-dev-20061109 tests on Win32

2006-11-15 Thread Jeff Robbins
IL PROTECTED]> To: "Jeff Robbins" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, November 14, 2006 6:03 PM Subject: Re: mod_python 3.3.0-dev-20061109 tests on Win32 Jeff, can you download: http://svn.apache.org/viewvc/httpd/mod_python/trunk/dist/setup.py.in?revision=475037 and use it

apache 2.2.3 mod_python 3.3 on win32 looking good

2006-11-09 Thread Jeff Robbins
No memory leaks; no OS handle leaks; no Python object leaks I haven't run the tests yet as I have to leave until Monday. Perhaps another win32 user can do so? - Original Message - From: "Jeff Robbins" <[EMAIL PROTECTED]> To: "python-dev list" Sent: Th

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

2006-10-23 Thread Jeff Robbins
I added some logging to python_init in mod_python.c to try to understand what is going on. Apparently when you run apache as a service on win32 the python_init function gets called TWICE on restart (I have no idea why) and the first time is somehow spurious (perhaps it is running in the context

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

2006-10-23 Thread Jeff Robbins
I added some logging to python_init in mod_python.c to try to understand what is going on. Apparently when you run apache as a service on win32 the python_init function gets called TWICE on restart (I have no idea why) and the first time is somehow spurious (perhaps it is running in the context