From c20e77426bfb9be50d514a850bc4cabbbc69f114 Mon Sep 17 00:00:00 2001 From: 5j9 <5j9@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:50:45 +0330 Subject: [PATCH] Update README.rst Link to github issue rather than bugs.python.org. The github issue is still open and includes more comments about the issue which might be interesting for readers. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b3b1545..ec82af2 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Introduction ------------ -By design asyncio `does not allow `_ +By design asyncio `does not allow `_ its event loop to be nested. This presents a practical problem: When in an environment where the event loop is already running it's impossible to run tasks and wait