Package python3-module-nest-asyncio: Information

    Source package: python3-module-nest-asyncio
    Version: 1.5.4-alt1
    Build time:  Feb 7, 2022, 06:55 PM
    Report package bug
    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.

    List of rpms provided by this srpm:
    python3-module-nest-asyncio (noarch)

    Maintainer: Aleksei Nikiforov

    List of contributors:
    Aleksei Nikiforov

      1. python3-devel
      2. python3-module-setuptools
      3. python3-module-setuptools
      4. /usr/bin/py.test3
      5. rpm-build-python3

    Last changed


    Feb. 2, 2022 Aleksei Nikiforov 1.5.4-alt1
    - Updated to upstream version 1.5.4.
    Aug. 9, 2021 Aleksei Nikiforov 1.5.1-alt1
    - Updated to upstream version 1.5.1.
    Sept. 14, 2020 Aleksei Nikiforov 1.4.0-alt1
    - Initial build for ALT.