Re: memory leak in request.readline()

2006-08-14 Thread Alexis Marrero
Graham, In http://svn.apache.org/viewvc/httpd/mod_python/trunk/src/ requestobject.c?view=markup&pathrev=431327, in req_readlines(): /* is there anything left in the rbuff from previous reads? */ if (self->rbuff_pos < self->rbuff_len) { /* if yes, process that first */ wh

Re: memory leak in request.readline()

2006-08-14 Thread Graham Dumpleton
On 14/08/2006, at 1:16 AM, Jim Gallacher wrote: Only ask as I have a big patch related to MODPYTHON-63 that am wanting to commit back into the repository, but don't want to be doing it if it is going to make your search harder by introducing some new memory leaks. :-) As long as you don't

[jira] Commented: (MODPYTHON-63) Handle wildcard in Directory to sys.path transfer

2006-08-14 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-63?page=comments#action_12427867 ] Graham Dumpleton commented on MODPYTHON-63: --- Committed code to complete changes such that handler directory is set correctly when handler directive is

Re: New module importer - why not make it the default in 3.3?

2006-08-14 Thread Jim Gallacher
Graham Dumpleton wrote: > > On 14/08/2006, at 12:29 AM, Jim Gallacher wrote: > >>> Anyway, if we can make a decision that we will make new importer the >>> default in 3.3 that would be great and would allow me to progress with >>> other >>> ideas. When I have raised this question before though, n

Re: New module importer - why not make it the default in 3.3?

2006-08-14 Thread Graham Dumpleton
On 14/08/2006, at 12:29 AM, Jim Gallacher wrote: Anyway, if we can make a decision that we will make new importer the default in 3.3 that would be great and would allow me to progress with other ideas. When I have raised this question before though, never really got any responses or agreem