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 Shuo Li
Recipients Shuo Li, xiang.zhang
Date 2017-03-10.11:26:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489145209.14.0.031417224995.issue29767@psf.upfronthosting.co.za>
In-reply-to
Content
Another error message:
Unhandled exception in thread started by <bound method ThreadableTest.clientRun of <test.test_socket.NetworkConnectionAttributesTest testMethod=testSourceAddress>>
Traceback (most recent call last):
  File "/tmp/python3.6/Python-3.6.0/Lib/test/test_socket.py", line 293, in clientRun
    self.clientTearDown()
  File "/tmp/python3.6/Python-3.6.0/Lib/test/test_socket.py", line 4379, in clientTearDown
    self.cli.close()
AttributeError: 'NetworkConnectionAttributesTest' object has no attribute 'cli'
History
Date User Action Args
2017-03-10 11:26:49Shuo Lisetrecipients: + Shuo Li, xiang.zhang
2017-03-10 11:26:49Shuo Lisetmessageid: <1489145209.14.0.031417224995.issue29767@psf.upfronthosting.co.za>
2017-03-10 11:26:49Shuo Lilinkissue29767 messages
2017-03-10 11:26:48Shuo Licreate