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 larry
Recipients larry, vinay.sajip
Date 2013-09-27.18:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380307824.33.0.292776020503.issue19109@psf.upfronthosting.co.za>
In-reply-to
Content
The Win32 buildbots just started failing:

http://buildbot.python.org/all/waterfall?category=3.x.stable

They fail with this traceback:

test test_logging crashed -- Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 1269, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\importlib\__init__.py", line 95, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1613, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1594, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1561, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 607, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 1056, in load_module
  File "<frozen importlib._bootstrap>", line 926, in load_module
  File "<frozen importlib._bootstrap>", line 274, in _call_with_frames_removed
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_logging.py", line 1365, in <module>
    class SocketHandlerTest(BaseTest):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_logging.py", line 1369, in SocketHandlerTest
    server_class = TestTCPServer
NameError: name 'TestTCPServer' is not defined

I took a quick look at it and the code seemed fine... but obviously there's something going on.

Can you try to fix this before I cut 3.4a3 tomorrow?
History
Date User Action Args
2013-09-27 18:50:24larrysetrecipients: + larry, vinay.sajip
2013-09-27 18:50:24larrysetmessageid: <1380307824.33.0.292776020503.issue19109@psf.upfronthosting.co.za>
2013-09-27 18:50:24larrylinkissue19109 messages
2013-09-27 18:50:23larrycreate