]> 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:52:35 +0000 (21:52 -0700)
committerNed Deily <nad@acm.org>
Mon, 4 Jul 2011 04:52:35 +0000 (21:52 -0700)
commit46268c49f66903aca8f7546e398249df9141758b
tree0e3e4b4eeb3d6825b6004f37249a255fbe484198
parent9a7a4cc3a7e0e6dc259e5bc18ca0e1d88f418be6
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/lib-tk/test/runtktests.py
Lib/test/test_tk.py
Lib/test/test_ttk_guionly.py
Misc/NEWS