Comment 1 for bug 343263

Revision history for this message
John A Meinel (jameinel) wrote :

For people who have run into this, I found a slightly different workaround. Specifically calling:

 sys.exitfunc()

Before you actually exit the program seems to allow things to shutdown normally. I'm not sure why this is true, just that bzr wasn't effected by things like this because of using sys.exitfunc(), but if you manually imported bzrlib in the interpreter it would hang during exit if paramiko had been loaded/used.