[issue31632] Asyncio: SSL transport does not support set_protocol()

2017-10-19 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 9c23b173b823b5e6da01d85c570c7ae2ab07b38b by Yury Selivanov (Miss Islington (bot)) in branch '3.6': bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#4052) https://github.com/python/cpython/commit/9c23b173b823b5e6da01d8

[issue31632] Asyncio: SSL transport does not support set_protocol()

2017-10-19 Thread Yury Selivanov
Yury Selivanov added the comment: Loïc, thank you for the contribution! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker ___

[issue31632] Asyncio: SSL transport does not support set_protocol()

2017-10-19 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset ea2ef5d0ca869d4550820ed53bdf56013dbb9546 by Yury Selivanov (jlacoline) in branch 'master': bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) https://github.com/python/cpython/commit/ea2ef5d0ca869d4550820ed53bdf56013dbb9546

[issue31632] Asyncio: SSL transport does not support set_protocol()

2017-10-19 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4021 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31632] Asyncio: SSL transport does not support set_protocol()

2017-09-29 Thread Loïc Lajeanne
Change by Loïc Lajeanne : -- keywords: +patch pull_requests: +3801 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue31632] Asyncio: SSL transport does not support set_protocol()

2017-09-29 Thread Loïc Lajeanne
New submission from Loïc Lajeanne : The bug was encountered when using the HTTPS client of the aiohttp package. Calling the method set_protocol() on a SSL transport (_SSLProtocolTransport) does not have the expected result: the new protocol will never be used (i.e. its data_received() method