×

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:08 2025
md5 checksum cbbf325f564a08d832d8c22b790a4286
arch x86_64
build py312h06a4308_0
depends python >=3.12,<3.13.0a0
license BSD-2-Clause
license_family BSD
md5 cbbf325f564a08d832d8c22b790a4286
name nest-asyncio
platform linux
sha1 1646d393312cb40e98370ca6e230c07ae8688e4c
sha256 91846352e879a1be8cf3065cb2d5e61386778fe16c79aed1b599efee578bb3c0
size 16698
subdir linux-64
timestamp 1698896108768
version 1.5.6