Issue 32418: Implement Server.get_loop() method (original) (raw)

Issue32418

Created on 2017-12-23 19:10 by asvetlov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4997 closed thatiparthy,2017-12-23 20:45
PR 5052 merged asvetlov,2017-12-30 16:16
Messages (2)
msg308963 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2017-12-23 19:10
Future and Task will have the method (bpo-32415) AbstractServer and Server should support it too.
msg309241 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2017-12-30 16:52
New changeset ffcb4c0165827d0a48ea973cc88bc134c74879fb by Andrew Svetlov in branch 'master': bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052) https://github.com/python/cpython/commit/ffcb4c0165827d0a48ea973cc88bc134c74879fb
History
Date User Action Args
2022-04-11 14:58:56 admin set github: 76599
2017-12-30 17:10:16 asvetlov set status: open -> closedresolution: fixedstage: patch review -> resolved
2017-12-30 16:52:58 asvetlov set messages: +
2017-12-30 16:16:15 asvetlov set pull_requests: + <pull%5Frequest4933>
2017-12-23 20:45:37 thatiparthy set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest4886>
2017-12-23 19:10:59 asvetlov create