I have delivered a bugfix working in both windows and linux (available in lp:~rom1-chal/bzr-xmloutput/bugfix-persistent-ssh)
I have used a garbage collector to free the ressources opened by the call to bzrlib.main function :
after the func(argv), the gc.collect() is called to destroy the stored objects and so, to close the distant running bzr
Hi,
I have delivered a bugfix working in both windows and linux (available in lp:~rom1-chal/bzr-xmloutput/bugfix-persistent-ssh)
I have used a garbage collector to free the ressources opened by the call to bzrlib.main function :
after the func(argv), the gc.collect() is called to destroy the stored objects and so, to close the distant running bzr