×

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 151eac993c7a5795576cd98fd51b963a
arch x86_64
build py311h06a4308_0
depends python >=3.11,<3.12.0a0
license BSD-2-Clause
license_family BSD
md5 151eac993c7a5795576cd98fd51b963a
name nest-asyncio
platform linux
sha1 1d57d47f18bd2d46cd3697eab4cff0c23ca4eaba
sha256 608012f4ef693ab49dc2d44c89c80d1a39df4374a6b0400385b0315a31d02733
size 16860
subdir linux-64
timestamp 1708532713870
version 1.6.0