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 vstinner
Recipients gvanrossum, vstinner, yselivanov
Date 2015-01-14.01:19:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421198391.07.0.192880819259.issue23197@psf.upfronthosting.co.za>
In-reply-to
Content
The sslproto.py which just has been merged has a similar issue:

            if isinstance(exc, Exception):
                if self._waiter is not None:
                    self._waiter.set_exception(exc)

in _on_handshake_complete().
History
Date User Action Args
2015-01-14 01:19:52vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2015-01-14 01:19:51vstinnersetmessageid: <1421198391.07.0.192880819259.issue23197@psf.upfronthosting.co.za>
2015-01-14 01:19:51vstinnerlinkissue23197 messages
2015-01-14 01:19:50vstinnercreate