cpython: 18ce15f841cf (original) (raw)

Mercurial > cpython

changeset 71237:18ce15f841cf 2.7

Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure. [#8716]

Ned Deily nad@acm.org
date Tue, 05 Jul 2011 14:16:03 -0700
parents 8a4c9c154b5d
children b5accd8adc3e
files Lib/lib-tk/test/runtktests.py
diffstat 1 files changed, 14 insertions(+), 0 deletions(-)[+] [-] Lib/lib-tk/test/runtktests.py 14

line wrap: on

line diff

--- a/Lib/lib-tk/test/runtktests.py +++ b/Lib/lib-tk/test/runtktests.py @@ -25,6 +25,20 @@ def check_tk_availability(): return if sys.platform == 'darwin': +

+ # The Aqua Tk implementations on OS X can abort the process if # being called in an environment where a window server connection # cannot be made, for instance when invoked by a buildbot or ssh