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 serhiy.storchaka
Recipients gpolo, serhiy.storchaka
Date 2013-10-20.20:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382302056.06.0.500513298536.issue19320@psf.upfronthosting.co.za>
In-reply-to
Content
On some Windows buildbots (e.g. [1]) Tkinter tests ran with wantobjects is false. This brake some tests purposed to check converting values between Python and Tcl.

There are two solutions.
1) Skip these tests if wantobjects is false.
2) If wantobjects is false tests with other expected values.

[1] http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%202.7
History
Date User Action Args
2013-10-20 20:47:36serhiy.storchakasetrecipients: + serhiy.storchaka, gpolo
2013-10-20 20:47:36serhiy.storchakasetmessageid: <1382302056.06.0.500513298536.issue19320@psf.upfronthosting.co.za>
2013-10-20 20:47:36serhiy.storchakalinkissue19320 messages
2013-10-20 20:47:35serhiy.storchakacreate