]> granicus.if.org Git - python/commit
Issue #18604: Skip the Tk instantiation test on OS X because it can
authorNed Deily <nad@acm.org>
Sat, 24 May 2014 04:28:02 +0000 (21:28 -0700)
committerNed Deily <nad@acm.org>
Sat, 24 May 2014 04:28:02 +0000 (21:28 -0700)
commit47e4b0bedb63fdcff29deb657930043c96235983
treec07393bf8da605d44fe42f8efb7a23711d3e2e84
parent65994395cee1abba72a2f5c2469bbde115de9458
Issue #18604: Skip the Tk instantiation test on OS X because it can
cause GUI tests to segfault in Cocoa Tk when run under regrtest -j
(multiple threads running subprocesses).
Lib/test/test_support.py