[issue16763] test_ssl with connect_ex don't handle unreachable server correctly

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: It's probably out of date :) Please reopen if you still see this issue. -- nosy: +christian.heimes resolution: -> out of date status: open -> closed ___ Python tracker

[issue16763] test_ssl with connect_ex don't handle unreachable server correctly

2014-06-30 Thread Mark Lawrence
Mark Lawrence added the comment: Does the backport mentioned in msg178404 still need doing, can this be closed as out of date or won't fix or what? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16763

[issue16763] test_ssl with connect_ex don't handle unreachable server correctly

2013-03-03 Thread Ezio Melotti
Ezio Melotti added the comment: Is this still an issue? -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16763 ___ ___

[issue16763] test_ssl with connect_ex don't handle unreachable server correctly

2012-12-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: support.transient doesn't help here since no exception is raised An exception can still be raised in do_handshake(), which is called when the connection succeeds. But, yes, it's otherwise useless. Note that I'm not sure that connect_ex returning None is

[issue16763] test_ssl with connect_ex don't handle unreachable server correctly

2012-12-24 Thread Charles-François Natali
New submission from Charles-François Natali: test_ssl tests calling connect_ex don't handle unreachable servers properly: test_ssl Resource 'svn.python.org' is not available Resource 'svn.python.org' is not available test test_ssl failed -- Traceback (most recent call last): File