-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-47062: Implement asyncio.Runner context manager #31799
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few mostly grammatical suggestions, but otherwise LGTM.
There may be a few comments that no longer apply; I started reviewing before you finished pushing changes and now I can't find them to remove them :)
Co-authored-by: Zachary Ware <zach@python.org>
Co-authored-by: Zachary Ware <zach@python.org>
Co-authored-by: Zachary Ware <zach@python.org>
Thanks, @zware |
I've modified the Runner class to use lazy initialization: @1st1 does it look better for you? |
Explicit |
Post merge: can you rename "factory" to "loop_factory"? |
https://bugs.python.org/issue47062