At http://bazaar.launchpad.net/~jameinel/tarmac/win32

------------------------------------------------------------
revno: 126
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: win32
timestamp: Thu 2009-07-09 11:29:23 -0500
message:
  Nice long comment about what is going on.
=== modified file 'tarmac-lander'
--- a/tarmac-lander     2009-07-09 16:28:08 +0000
+++ b/tarmac-lander     2009-07-09 16:29:23 +0000
@@ -7,4 +7,8 @@
     script = TarmacLander()
     script.main()
     # Run the exit functions
+    # On Windows, it seems that things like paramiko do not clean themselves up
+    # properly if you let the stack unwind before running the atexit()
+    # functions. So instead, we just force atexit() to be called here, and then
+    # return
     sys.exitfunc()

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to