[issue30331] TestPOP3_TLSClass: socket.timeout: timed out on AMD64 FreeBSD 10.x Shared 3.x

2018-07-11 Thread STINNER Victor
STINNER Victor added the comment: I didn't see these failures recently, so I close the issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue30331] TestPOP3_TLSClass: socket.timeout: timed out on AMD64 FreeBSD 10.x Shared 3.x

2017-09-06 Thread Christian Heimes
Christian Heimes added the comment: I'm removing the SSL component because it looks like an issue with either tests or buildbot. Please re-add the component if it is a bug in the ssl module. -- components: -SSL ___ Python tracker

[issue30331] TestPOP3_TLSClass: socket.timeout: timed out on AMD64 FreeBSD 10.x Shared 3.x

2017-05-10 Thread STINNER Victor
STINNER Victor added the comment: I don't understand the following error, since DummyPOP3Handler constructor (__init__) ends with "self.tls_starting = False". AttributeError: 'DummyPOP3Handler' object has no attribute 'tls_starting' Maybe self.handle_read() is called during asynchat.async_chat

[issue30331] TestPOP3_TLSClass: socket.timeout: timed out on AMD64 FreeBSD 10.x Shared 3.x

2017-05-10 Thread STINNER Victor
New submission from STINNER Victor: See also bpo-30328 (test_ssl), bpo-30315 (test_ftplib) and bpo-30319 (test_imaplib). http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/246/steps/test/logs/stdio 0:07:58 load avg: 3.30 [242/405/1] test_poplib failed -- runni