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.__init__(self, 
conn)? Is that even possible?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30331>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to