Rev 126: Nice long comment about what is going on. in http://bazaar.launchpad.net/~jameinel/tarmac/win32

John Arbash Meinel john at arbash-meinel.com
Thu Jul 9 17:29:30 BST 2009


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

------------------------------------------------------------
revno: 126
revision-id: john at arbash-meinel.com-20090709162923-tw0ezkqp0991y1ae
parent: john at arbash-meinel.com-20090709162808-r4rjdqr080dsl029
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: win32
timestamp: Thu 2009-07-09 11:29:23 -0500
message:
  Nice long comment about what is going on.
-------------- next part --------------
=== 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()



More information about the bazaar-commits mailing list