On Sat, Mar 13, 2010 at 7:08 PM, Nikolaus Rath <nikol...@rath.org> wrote:
> Hello,
>
> Is there a way to convince Paramiko to start its background thread as a
> daemon thread, so that it does not prevent the interpreter from
> terminating?
>


Are you running the latest version? The transport threads have been
set to daemon for a while now, because python 2.6 can't cleanup the
threads at exit.

-jim

_______________________________________________
paramiko mailing list
paramiko@lag.net
http://www.lag.net/cgi-bin/mailman/listinfo/paramiko

Reply via email to