Re: [PATCH v1 1/4] dts: improve starting and stopping interactive shells
Reviewed-by: Patrick Robb
Re: [PATCH v1 1/4] dts: improve starting and stopping interactive shells
Looks good to me! Thank you for your work. Reviewed-by: Luca Vizzarro
[PATCH v1 1/4] 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