[issue36629] imaplib test fails with errno 101

2019-04-15 Thread Marat Sharafutdinov
Marat Sharafutdinov added the comment: Thank you for the patch, Victor! -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue36629] imaplib test fails with errno 101

2019-04-15 Thread STINNER Victor
STINNER Victor added the comment: Thanks for your bug report Marat Sharafutdinov, it's now fixed in 3.7 and master (Python 2.7 is not affected, it doesn't have the test_imaplib test method). -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue36629] imaplib test fails with errno 101

2019-04-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset 28ed39e83e4c545fa1da89fd7691cace280296f7 by Victor Stinner (Miss Islington (bot)) in branch '3.7': bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) (GH-12835)

[issue36629] imaplib test fails with errno 101

2019-04-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +12760 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36629] imaplib test fails with errno 101

2019-04-15 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3c7931e514faf509a39c218c2c9f55efb434628f by Victor Stinner in branch 'master': bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) https://github.com/python/cpython/commit/3c7931e514faf509a39c218c2c9f55efb434628f --

[issue36629] imaplib test fails with errno 101

2019-04-15 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +12759 stage: -> patch review ___ Python tracker ___ ___

[issue36629] imaplib test fails with errno 101

2019-04-14 Thread Marat Sharafutdinov
Marat Sharafutdinov added the comment: I see this error on my local Bamboo CI (runs on CentOS 7). -- ___ Python tracker ___ ___

[issue36629] imaplib test fails with errno 101

2019-04-14 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Did you see this failure somewhere in CI or is it in local machine? The imaplib test has below comment : if hasattr(errno, 'EADDRNOTAVAIL'): # socket.create_connection() fails randomly with # EADDRNOTAVAIL on Travis CI.

[issue36629] imaplib test fails with errno 101

2019-04-14 Thread Marat Sharafutdinov
New submission from Marat Sharafutdinov : == FAIL: test_imap4_host_default_value (test.test_imaplib.TestImaplib) -- Traceback (most recent call last): File