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: test_distutils failure under Windows 7
Type: behavior Stage: needs patch
Components: Distutils Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_msvc9compiler test_reg_class failure on new Windows box
View: 7293
Assigned To: tarek Nosy List: amaury.forgeotdarc, pitrou, tarek
Priority: normal Keywords:

Created on 2009-11-11 20:48 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg95150 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-11-11 20:48
In
http://www.python.org/dev/buildbot/3.x/builders/x86%20Windows7%203.x/builds/10/steps/test/logs/stdio
:

======================================================================
ERROR: test_reg_class
(distutils.tests.test_msvc9compiler.msvc9compilerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\distutils\tests\test_msvc9compiler.py",
line 48, in test_reg_class
    v = Reg.get_value(path, "lfitalic")
  File
"D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\distutils\msvc9compiler.py",
line 62, in get_value
    raise KeyError(key)
KeyError: 'lfitalic'

----------------------------------------------------------------------
msg95163 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-11-12 20:17
This is the same as issue7293.
History
Date User Action Args
2022-04-11 14:56:54adminsetgithub: 51556
2009-11-12 20:17:44amaury.forgeotdarcsetstatus: open -> closed

nosy: + amaury.forgeotdarc
messages: + msg95163

superseder: test_msvc9compiler test_reg_class failure on new Windows box
resolution: duplicate
2009-11-11 20:48:30pitroucreate