Re: [PATCH v2 2/4] dts: add context manager for interactive shells

2024-05-31 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v2 2/4] dts: add context manager for interactive shells

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