[issue33769] Cleanup start_tls() implementation

2018-06-05 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue33769] Cleanup start_tls() implementation

2018-06-05 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 79c7e57c46a9e5ae2b99a821e152f334b775df2d by Yury Selivanov (Miss Islington (bot)) in branch '3.7': bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH-7428) https://github.com/python/cpython/commit/79c7e57c46a9e5ae2

[issue33769] Cleanup start_tls() implementation

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7054 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33769] Cleanup start_tls() implementation

2018-06-05 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 415bc46a78e785f357c8960ae70f18a6b6cccbb6 by Yury Selivanov in branch 'master': bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) https://github.com/python/cpython/commit/415bc46a78e785f357c8960ae70f18a6b6cccbb6 -

[issue33769] Cleanup start_tls() implementation

2018-06-04 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +7030 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue33769] Cleanup start_tls() implementation

2018-06-04 Thread Yury Selivanov
New submission from Yury Selivanov : Current start_tls() implementation might raise an incorrect error message. It should also consistently cancel callbacks that it schedules in case of unhandled error. -- assignee: yselivanov components: asyncio messages: 318688 nosy: asvetlov, ysel