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.

classification
Title: wsgiref tests failing on Windows 7 buildbot
Type: behavior Stage:
Components: Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Tkinter sets an unicode environment variable on win32
View: 6906
Assigned To: Nosy List: amaury.forgeotdarc, ncoghlan, tim.golden
Priority: normal Keywords: buildbot

Created on 2009-11-18 11:50 by ncoghlan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg95421 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2009-11-18 11:50
As the subject line says: the wsgiref unit tests fail on the new Windows
7 buildbot.

It appears to be happening every run, but here's one example:
http://www.python.org/dev/buildbot/trunk/builders/x86%20Windows7%20trunk/builds/25/steps/test/logs/stdio
msg95431 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-11-18 16:16
[In case the URL disappears, the error message contains
"AssertionError: Environmental variable TCL_LIBRARY is not a string"]

This issue is another effect of issue6906.
History
Date User Action Args
2022-04-11 14:56:54adminsetgithub: 51593
2009-11-18 16:16:14amaury.forgeotdarcsetstatus: open -> closed

nosy: + amaury.forgeotdarc
messages: + msg95431

superseder: Tkinter sets an unicode environment variable on win32
resolution: duplicate
2009-11-18 13:04:22tim.goldensetnosy: + tim.golden
2009-11-18 11:50:06ncoghlancreate