[paramiko] Paramiko's leaking file descriptors

David Guerizec david at guerizec.net
Mon Nov 20 13:56:52 PST 2006


On Monday 20 November 2006 20:21, Robey Pointer wrote:
> I think I see the underlying bug: when the remote host closes a
> channel first, the section of close() that closes the pipe is never
> reached.  (close() is always called eventually, since it's invoked by
> __del__.)  I've re-ordered the close() sequence in change 416 -- does
> that fix it?

Yes, that fixed it, thanks!

Regards,

David

-- 
http://penguin.fr/sshproxy/  "An ACL-driven proxy on SSH2"



More information about the paramiko mailing list