Re: [Python-3000] leaking sockets again

2007-11-17 Thread Bill Janssen
> I notice that we are leaking sockets again. I believe this is due to > the fact that the __del__ methods on socket.socket was removed from the > patch I sent in for socket.py. I'll poke further. Nope, that's not it. I'll have to poke at it a bit more. Bill ___

[Python-3000] leaking sockets again

2007-11-17 Thread Bill Janssen
I notice that we are leaking sockets again. I believe this is due to the fact that the __del__ methods on socket.socket was removed from the patch I sent in for socket.py. I'll poke further. Bill ___ Python-3000 mailing list Python-3000@python.org htt