Re: [PATCH v1 1/4] dts: improve starting and stopping interactive shells

2024-05-22 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v1 1/4] dts: improve starting and stopping interactive shells

2024-05-20 Thread Luca Vizzarro
Looks good to me! Thank you for your work. Reviewed-by: Luca Vizzarro

[PATCH v1 1/4] dts: improve starting and stopping interactive shells

2024-05-14 Thread jspewock
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