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 pitrou
Recipients jackdied, pitrou
Date 2010-11-24.15:30:58
SpamBayes Score 1.3015865e-07
Marked as misclassified No
Message-id <1290612667.85.0.353730083287.issue10522@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-11-24 15:31:07pitrousetrecipients: + pitrou, jackdied
2010-11-24 15:31:07pitrousetmessageid: <1290612667.85.0.353730083287.issue10522@psf.upfronthosting.co.za>
2010-11-24 15:30:58pitroulinkissue10522 messages
2010-11-24 15:30:58pitroucreate