Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37048090
en ru br
ALT Linux repos
S:1.5.4-alt1

Group :: Development/Python3
RPM: python3-module-nest-asyncio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.5.4-alt1
Build date: 2 february 2022, 11:14 ( 112.3 weeks ago )
Size: 10.05 Kb

Home page:   https://pypi.org/project/nest-asyncio/

License: BSD-2-Clause
Summary: Patch asyncio to allow nested event loops
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.

Current maintainer: Aleksei Nikiforov

List of contributors

List of rpms provided by this srpm:

  • python3-module-nest-asyncio
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin