Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(asyncio): close child_watcher before the main loop is closed #556

Closed
wants to merge 1 commit into from

Conversation

wookayin
Copy link
Member

@wookayin wookayin commented Dec 11, 2023

This might fix #555.

TODO:

  • Reproduce the bug
  • Add tests

@wookayin
Copy link
Member Author

wookayin commented Dec 11, 2023

/cc @pierreganty can you please test if this PR fixes your issue in #555?

To checkout a PR:

git clone https://github.com/neovim/pynvim
cd pynvim
git fetch origin pull/556/head
git checkout FETCH_HEAD
pip install -e .

and then run neovim (make sure you have a proper python3 host on which this devel version of pynvim is installed).

@pierreganty
Copy link

I have tried and made sure it uses pynvim Version: 0.5.1.dev0 (I followed your clear instructions) but the behavior is the same: the output gets flooded with the same messages as described in #555.

@wookayin
Copy link
Member Author

Closing because this does not fix the issue. see #555

@wookayin wookayin closed this Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Output flooded with EventLoop related messages
2 participants