[New-bugs-announce] [issue10522] test_telnet exception
Antoine Pitrou
report at bugs.python.org
Wed Nov 24 16:31:07 CET 2010
New submission from Antoine Pitrou <pitrou at free.fr>:
This has just occurred on the Solaris buildbot:
test_telnetlib
Exception in thread Thread-452:
Traceback (most recent call last):
File "/home2/buildbot/slave/2.7.loewis-sun/build/Lib/threading.py", line 530, in __bootstrap_inner
self.run()
File "/home2/buildbot/slave/2.7.loewis-sun/build/Lib/threading.py", line 483, in run
self.__target(*self.__args, **self.__kwargs)
File "/home2/buildbot/slave/2.7.loewis-sun/build/Lib/test/test_telnetlib.py", line 41, in server
conn.close()
UnboundLocalError: local variable 'conn' referenced before assignment
----------
components: Tests
messages: 122281
nosy: jackdied, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: test_telnet exception
type: behavior
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10522>
_______________________________________
More information about the New-bugs-announce
mailing list