×

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 for the result. Trying to do so will give the error RuntimeError - This event loop is already running. The issue pops up in various environments, such as web servers, GUI applications and in Jupyter notebooks. This module patches asyncio to allow nested use of asyncio.run and loop.run_until_complete.

Uploaded Tue Apr 1 01:54:45 2025
md5 checksum 27a79d9c0b782c591005f7f5487bcbdd
build py_1
build_number 1
depends python >=3.5
license BSD-2-Clause
license_family BSD
md5 27a79d9c0b782c591005f7f5487bcbdd
name nest-asyncio
noarch python
sha1 62649f33701a20e2f1c6e1513c413be4215dca99
sha256 14df0c453906dc65ff97de5d98260fadcb35c80ef08bea910478a2d0ccf9decf
size 12575
subdir noarch
timestamp 1600977197746
version 1.4.0