Tue, 27 Jan 2026 17:43:59 CST | login

Information for build python-nest-asyncio-1.6.0-1.ocs23

ID10679
Package Namepython-nest-asyncio
Version1.6.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-nest-asyncio.git?.#f9d9e7a3440df0f4678fc6fb64d8418adb0a1cad
SummaryPatch asyncio to allow nested event loops
DescriptionBy 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.
Built byocs-bot
State complete
Volume DEFAULT
StartedWed, 12 Jun 2024 20:29:52 CST
CompletedWed, 12 Jun 2024 20:32:33 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-nest-asyncio.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-nest-asyncio.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
python-nest-asyncio-1.6.0-1.ocs23.src.rpm (info) (download)
noarch
python3-nest-asyncio-1.6.0-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jun 12 2024 Shuo Wang <abushwang@tencent.com> - 1.6.0-1 - initial build