[New-bugs-announce] [issue11326] Asynchronous ssl handshakes fails for asynchronously connected sockets.

Florian Mayer report at bugs.python.org
Sat Feb 26 01:31:13 CET 2011


New submission from Florian Mayer <flormayer at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11326>
_______________________________________


More information about the New-bugs-announce mailing list