×

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 Mon Mar 31 22:51:05 2025
md5 checksum 54db123c667472579092ce402f242702
arch x86_64
build py312h06a4308_0
depends python >=3.12,<3.13.0a0
license BSD-2-Clause
license_family BSD
md5 54db123c667472579092ce402f242702
name nest-asyncio
platform linux
sha1 c90e0eb4f7dc32cc8840b469441d573dbed026d0
sha256 13d9576fa0453b5b8030cbab0f4404c1c7928bdc46da8aded2abc0121c63e69a
size 16682
subdir linux-64
timestamp 1708532775649
version 1.6.0