Win Support for LocalProcessProxy#1396
Conversation
Basic Windows support for LocalProcessProxy
for more information, see https://pre-commit.ci
|
I have encountered an issue with terminating the Kernel. While restarting the Kernel works fine, attempting to kill the Kernel results in the following error:
The Kernel gets killed, but after that I'm not able to create a new one. I am unsure where to start with resolving this issue and would appreciate any guidance or direction on how to proceed. Thank you for your assistance. |
Hi,
As discussed in issue #1394 , I am submitting this Pull Request.
In the meantime, I managed to correctly link the
win32_interrupt_event, resulting in a working patch. This implementation has been tested successfully on Windows Server 2019 and Windows 11.Key Changes:
enterprise_gateway/services/kernels/handlers.pyto provide users with an out-of-the-box experience.LocalProcessProxyclass.LocalProcessProxy, as I was only able to test local processes. I might be able to testRemoteProcessProxysoon.Please let me know your thoughts on these changes or any adjustments you'd like to see.
Edit:
I initially made these changes to the PIP version of JEG and migrated them to the actual Git version, as I was not able to create an environment that runs the current Git version.