You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-nest-asyncio-1.5.4-2.fc36.noarch

python3-nest-asyncio-1.5.4-2.fc36.noarch

Package Attributes
RPM  python3-nest-asyncio-1.5.4-2.fc36.noarch.rpm Architecture  noarch Size  19908 Created  2022/09/06 06:45:53 UTC
Package Specification
Summary Patch asyncio to allow nested event loops
Group Unspecified
License BSD
Home Page https://github.com/erdewit/nest_asyncio
Description

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.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python-nest-asyncio
python-nest_asyncio
python3-nest-asyncio
python3-nest_asyncio
python3.10-nest-asyncio
python3.10-nest_asyncio
python3.10dist(nest-asyncio)
python3dist(nest-asyncio)
Obsoletes
python3-nest_asyncio

Document Actions