This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients alex, glyph, ned.deily, ronaldoussoren
Date 2013-03-21.06:53:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363848781.89.0.730622196762.issue17496@psf.upfronthosting.co.za>
In-reply-to
Content
Wouldn't it be better to check for the actual problem, that is use subprocess to start a small Tcl script that creates a window and check if that crashes?

That way the code for disabling the test doesn't have to try to guess whether or not Tk will crash in the current environment, and tests won't get skipped when the Tk folks get their act together and don't crash when the window manager isn't available.
History
Date User Action Args
2013-03-21 06:53:01ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, glyph, alex
2013-03-21 06:53:01ronaldoussorensetmessageid: <1363848781.89.0.730622196762.issue17496@psf.upfronthosting.co.za>
2013-03-21 06:53:01ronaldoussorenlinkissue17496 messages
2013-03-21 06:53:01ronaldoussorencreate