New submission from Florian Mayer <florma...@aim.com>: The asynchronous do_handshakes fails for sockets that were connected asynchronously. Tested on 2.6, 3.1 and 3.2.
Traceback (most recent call last): File "handshake.py", line 17, in <module> s.do_handshake() File "/usr/lib/python2.6/ssl.py", line 279, in do_handshake self._sslobj.do_handshake() AttributeError: 'NoneType' object has no attribute 'do_handshake' ---------- components: Library (Lib) files: handshake.py messages: 129477 nosy: segfaulthunter priority: normal severity: normal status: open title: Asynchronous ssl handshakes fails for asynchronously connected sockets. type: behavior versions: Python 2.6, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file20899/handshake.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11326> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com