8000 gh-94597: add asyncio.EventLoop by graingert · Pull Request #110723 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-94597: add asyncio.EventLoop #110723

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

Merged
merged 9 commits into from
Oct 12, 2023
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2023-10-11-15-07-21.gh-issue-94597.Nb…
…PC8t.rst

Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
  • Loading branch information
graingert and gvanrossum authored Oct 12, 2023
commit ad2c22ca53ddde015b1da1c2fec2c1adee18ccfc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added :class:`asyncio.EventLoop` for use with the :func:`asyncio.run` *loop_factory* kwarg to avoid calling the asyncio policy system
Added :class:`asyncio.EventLoop` for use with the :func:`asyncio.run` *loop_factory* kwarg to avoid calling the asyncio policy system.
0