[issue19109] 'TestTCPServer' is not defined

2013-10-01 Thread Vinay Sajip

Vinay Sajip added the comment:

From the fact that 3.4a3 is out I assume it's OK to close this issue. The 
buildbots are no longer showing this error.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19109
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19109] 'TestTCPServer' is not defined

2013-09-27 Thread Larry Hastings

New submission from Larry Hastings:

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?

--
assignee: vinay.sajip
components: Tests
keywords: buildbot
messages: 198498
nosy: larry, vinay.sajip
priority: high
severity: normal
stage: needs patch
status: open
title: 'TestTCPServer' is not defined
type: crash
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19109
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19109] 'TestTCPServer' is not defined

2013-09-27 Thread Vinay Sajip

Vinay Sajip added the comment:

It's to do whether threading is available or not (not Windows related, AFAICT) 
... I have corrected the code and it now seems to be OK - the few buildbots 
that are red seem to be failing on other things.

I'll leave it to you to verify this and close this issue, but will try to keep 
an eye out for any further information on this.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19109
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com