Re: [PATCH v2 2/2] dts: improve starting and stopping interactive shells
Tested-by: Dean Marx
[PATCH v2 2/2] dts: improve starting and stopping interactive shells
From: Jeremy Spewock The InteractiveShell class currently relies on being cleaned up and shutdown at the time of garbage collection, but this cleanup of the class does no verification that the session is still running prior to cleanup. So, if a user were to call this method themselves prior to ga