This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implement Server.get_loop() method
Type: enhancement Stage: resolved
Components: asyncio, Library (Lib) Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords: patch

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:56adminsetgithub: 76599
2017-12-30 17:10:16asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-12-30 16:52:58asvetlovsetmessages: + msg309241
2017-12-30 16:16:15asvetlovsetpull_requests: + pull_request4933
2017-12-23 20:45:37thatiparthysetkeywords: + patch
stage: patch review
pull_requests: + pull_request4886
2017-12-23 19:10:59asvetlovcreate