-
Notifications
You must be signed in to change notification settings - Fork 120
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
broken on python3.14 ('asyncio' has no attribute 'get_child_watcher') #583
Comments
Thanks for reporting. Looks like An alternative isn't mentioned... |
justinmk
changed the title
pynvim broken on python3.14
broken on python3.14 ('asyncio' has no attribute 'get_child_watcher')
Jan 1, 2025
I have a fix for that. |
cryptomilk
added a commit
to cryptomilk/pynvim
that referenced
this issue
Jan 3, 2025
Use PidfdChildWatcher if os.pidfd_open is available and works, and otherwise use ThreadedChildWatcher which should work in any case. Fixes neovim#583
cryptomilk
added a commit
to cryptomilk/pynvim
that referenced
this issue
Jan 3, 2025
Use PidfdChildWatcher if os.pidfd_open is available and works, and otherwise use ThreadedChildWatcher which should work in any case. Fixes neovim#583
cryptomilk
added a commit
to cryptomilk/pynvim
that referenced
this issue
Jan 4, 2025
Use PidfdChildWatcher if os.pidfd_open is available and works, and otherwise use ThreadedChildWatcher which should work in any case. Fixes neovim#583
cryptomilk
added a commit
to cryptomilk/pynvim
that referenced
this issue
Jan 6, 2025
Use PidfdChildWatcher if os.pidfd_open is available and works, and otherwise use ThreadedChildWatcher which should work in any case. Fixes neovim#583
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
unfortunatelly pynvim seems to be broken on 3.14
The text was updated successfully, but these errors were encountered: