[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 719ccbca69b21013a783b829de3404b5aa243827 by Yury Selivanov in branch 'master': bpo-32415: Fix "error is already set" (#4999) https://github.com/python/cpython/commit/719ccbca69b21013a783b829de3404b5aa243827 -- _

[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +4887 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset a8fb07978953d3f55cfce836e3669d8b8e82b4c1 by Yury Selivanov in branch 'master': bpo-32415: Add more tests (#4995) https://github.com/python/cpython/commit/a8fb07978953d3f55cfce836e3669d8b8e82b4c1 -- _

[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +4884 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset ca9b36cd1a384e5ecb56d9df9a59144240353ef0 by Yury Selivanov in branch 'master': bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) https://github.com/python/cpython/commit/ca9b36cd1a384e5ecb56d9df9a59144240353ef0 -- __

[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +4880 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: Agree -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue32415] Add Task.get_loop() and Future.get_loop()

2017-12-23 Thread Yury Selivanov
New submission from Yury Selivanov : Currently, asyncio code accesses Future._loop and Task._loop property to validate the event loop and implement functions like "Task.all_tasks()". So the "_loop" is a semi-official public API that other Task & Future implementations must follow in order to