[issue28990] asyncio SSL hangs if connection is closed before handshake completed

2016-12-16 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: release blocker -> status: open -> closed ___ Python tracker ___ __

[issue28990] asyncio SSL hangs if connection is closed before handshake completed

2016-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset bfd4f13b478b by Yury Selivanov in branch '3.6': Merge 3.5 (issue #28990) https://hg.python.org/cpython/rev/bfd4f13b478b -- ___ Python tracker _

[issue28990] asyncio SSL hangs if connection is closed before handshake completed

2016-12-16 Thread Yury Selivanov
Yury Selivanov added the comment: Ned, would you be able to cherry-pick this in 3.6.0? Guido approved this. -- resolution: -> fixed stage: -> resolved type: -> behavior ___ Python tracker __

[issue28990] asyncio SSL hangs if connection is closed before handshake completed

2016-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset fcba55d649ea by Yury Selivanov in branch '3.5': Issue #28990: Fix SSL hanging if connection is closed before handshake completed. https://hg.python.org/cpython/rev/fcba55d649ea New changeset fcc642bf88c1 by Yury Selivanov in branch '3.6': Merge 3.5

[issue28990] asyncio SSL hangs if connection is closed before handshake completed

2016-12-16 Thread Yury Selivanov
New submission from Yury Selivanov: Upstream link: https://github.com/python/asyncio/pull/476 -- ___ Python tracker ___ ___ Python-bug

[issue28990] asyncio SSL hangs if connection is closed before handshake completed

2016-12-16 Thread Yury Selivanov
Changes by Yury Selivanov : -- Removed message: http://bugs.python.org/msg283413 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue28990] asyncio SSL hangs if connection is closed before handshake completed

2016-12-16 Thread Yury Selivanov
New submission from Yury Selivanov: Resolved: https://github.com/python/asyncio/issues/472 -- assignee: yselivanov components: asyncio messages: 283413 nosy: gvanrossum, larry, ned.deily, yselivanov priority: release blocker severity: normal status: open title: asyncio SSL hangs if conne