Re: [PATCH v2 2/4] dts: add context manager for interactive shells
Reviewed-by: Luca Vizzarro
[PATCH v2 2/4] dts: add context manager for interactive shells
From: Jeremy Spewock Interactive shells are managed in a way currently where they are closed and cleaned up at the time of garbage collection. Due to there being no guarantee of when this garbage collection happens in Python, there is no way to consistently know when an application will be closed