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 vstinner
Recipients Marc.Abramowitz, barry, doko, python-dev, vstinner
Date 2013-11-22.10:58:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385117928.8.0.552654723477.issue19555@psf.upfronthosting.co.za>
In-reply-to
Content
Test is failing on Windows:

http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%203.x/builds/1758/steps/test/logs/stdio

======================================================================
ERROR: test_SO_in_vars (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\3.x.snakebite-win2k3r2sp2-x86\build\lib\test\test_sysconfig.py", line 388, in test_SO_in_vars
    self.assertIsNotNone(vars['SO'])
KeyError: 'SO'

======================================================================
FAIL: test_SO_value (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\3.x.snakebite-win2k3r2sp2-x86\build\lib\test\test_sysconfig.py", line 382, in test_SO_value
    sysconfig.get_config_var('EXT_SUFFIX'))
AssertionError: None != '.pyd'
History
Date User Action Args
2013-11-22 10:58:48vstinnersetrecipients: + vstinner, barry, doko, python-dev, Marc.Abramowitz
2013-11-22 10:58:48vstinnersetmessageid: <1385117928.8.0.552654723477.issue19555@psf.upfronthosting.co.za>
2013-11-22 10:58:48vstinnerlinkissue19555 messages
2013-11-22 10:58:48vstinnercreate