[issue33584] Fix several minor bugs in asyncio

2018-05-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue33584] Fix several minor bugs in asyncio

2018-05-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 52d1741c954448cd9ce3f705402e88211b8d4136 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005) https://github.com/python/cpython/commit/52d1741c954448cd9ce3f705402e88211b8d

[issue33584] Fix several minor bugs in asyncio

2018-05-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 49418f6df7a234243a470260e1b59e9e4c0e4768 by Serhiy Storchaka in branch '3.6': [3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (#7006) https://github.com/python/cpython/commit/49418f6df7a234243a470260e1b59e9e4c0e4768 --

[issue33584] Fix several minor bugs in asyncio

2018-05-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +6658 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33584] Fix several minor bugs in asyncio

2018-05-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +6657 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33584] Fix several minor bugs in asyncio

2018-05-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 6655354afcd116c27486bb5ba1dfa50b369d8d85 by Serhiy Storchaka in branch 'master': bpo-33584: Fix several minor bugs in asyncio. (GH-7003) https://github.com/python/cpython/commit/6655354afcd116c27486bb5ba1dfa50b369d8d85 -- ___

[issue33584] Fix several minor bugs in asyncio

2018-05-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +6655 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue33584] Fix several minor bugs in asyncio

2018-05-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : * get_future_loop() silenced all exceptions raised when look up the get_loop attribute, not just an AttributeError. * enter_task() silenced all exceptions raised when look up the current task, not just a KeyError. * repr() was called for a borrowed link