[New-bugs-announce] [issue19320] Tkinter tests ran with wantobjects is false

Serhiy Storchaka report at bugs.python.org
Sun Oct 20 22:47:36 CEST 2013


New submission from Serhiy Storchaka:

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

----------
components: Library (Lib), Tkinter
messages: 200630
nosy: gpolo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Tkinter tests ran with wantobjects is false
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19320>
_______________________________________


More information about the New-bugs-announce mailing list