Open
Description
I have a Python script that is spawning thousands of short lived nvim
instances.
With the latest release of pynvim (i.e. 0.5.0
) the output gets flooded with the following messages:
…
Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 40854 is closed
Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 40855 is closed
Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 40856 is closed
…
Is there a way to silence these messages ? A workaround, for the time being, is to downgrade to 0.4.3
.
Thank you for your time and the new release.
Output of nvim -V1 -v
NVIM v0.10.0-dev-1157+g6e0e36bd70
Build type: RelWithDebInfo
LuaJIT 2.1.1694940244
Compilation: /Library/Developer/CommandLineTools/usr/bin/cc -O2 -g -Og -g -Wall -Wextra -ped
antic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wvla -Wdou
ble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -Wimplicit-
fallthrough -fdiagnostics-color=always -fstack-protector-strong -DUNIT_TESTING -DINCLUDE_GEN
ERATED_DECLARATIONS -DNVIM_TS_HAS_SET_MAX_START_DEPTH -I/Users/pierreganty/neovim/.deps/usr/
include/luajit-2.1 -I/opt/homebrew/opt/gettext/include -I/Users/pierreganty/neovim/.deps/usr
/include -I/Users/pierreganty/neovim/build/src/nvim/auto -I/Users/pierreganty/neovim/build/i
nclude -I/Users/pierreganty/neovim/build/cmake.config -I/Users/pierreganty/neovim/src -I/Lib
rary/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include