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 vstinner
Recipients vstinner
Date 2016-04-21.13:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461245412.62.0.54677590645.issue26815@psf.upfronthosting.co.za>
In-reply-to
Content
Another different failure.

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/4362/steps/test/logs/stdio

======================================================================
FAIL: test_refcycle (test.test_ssl.BasicSocketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_ssl.py", line 331, in test_refcycle
    self.assertEqual(wr(), None)
AssertionError: <ssl.SSLSocket fd=-1, family=AddressFamil[43 chars]to=0> != None

----------------------------------------------------------------------
History
Date User Action Args
2016-04-21 13:30:12vstinnersetrecipients: + vstinner
2016-04-21 13:30:12vstinnersetmessageid: <1461245412.62.0.54677590645.issue26815@psf.upfronthosting.co.za>
2016-04-21 13:30:12vstinnerlinkissue26815 messages
2016-04-21 13:30:12vstinnercreate