This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author segfaulthunter
Recipients segfaulthunter
Date 2011-02-26.00:31:12
SpamBayes Score 0.0011680323
Marked as misclassified No
Message-id <1298680273.55.0.581698432494.issue11326@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2011-02-26 00:31:13segfaulthuntersetrecipients: + segfaulthunter
2011-02-26 00:31:13segfaulthuntersetmessageid: <1298680273.55.0.581698432494.issue11326@psf.upfronthosting.co.za>
2011-02-26 00:31:12segfaulthunterlinkissue11326 messages
2011-02-26 00:31:12segfaulthuntercreate