]> granicus.if.org Git - python/commit
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
authorNed Deily <nad@acm.org>
Mon, 4 Jul 2011 04:56:48 +0000 (21:56 -0700)
committerNed Deily <nad@acm.org>
Mon, 4 Jul 2011 04:56:48 +0000 (21:56 -0700)
commit4143535d865b103ebe6cbce51287a63f9538afd3
tree7251878d75847b33ddeb842a64df918d25b99aaf
parent9ebe08d2f6c3b8bca5148e909cc89efeb7a01ad1
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
test_tk or test_ttk_guionly under a username that is not currently logged
in to the console windowserver (as may be the case under buildbot or ssh).
Lib/test/test_tk.py
Lib/test/test_ttk_guionly.py
Lib/tkinter/test/support.py
Misc/NEWS