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 neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-04-02.12:25:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427977536.07.0.348503557064.issue23618@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/2904/steps/test/logs/stdio

======================================================================
FAIL: test_connect_ex_error (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_ssl.py", line 1441, in test_connect_ex_error
    self.assertIn(rc, (errno.ECONNREFUSED, errno.EWOULDBLOCK))
AssertionError: 36 not found in (61, 35)

where 36 is errno.EINPROGRESS
History
Date User Action Args
2015-04-02 12:25:36vstinnersetrecipients: + vstinner, pitrou, neologix, python-dev, serhiy.storchaka
2015-04-02 12:25:36vstinnersetmessageid: <1427977536.07.0.348503557064.issue23618@psf.upfronthosting.co.za>
2015-04-02 12:25:36vstinnerlinkissue23618 messages
2015-04-02 12:25:35vstinnercreate