New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10522>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to