Re: [PATCH v1 1/2] dts: add context manager for interactive shells

2024-07-11 Thread Jeremy Spewock
On Thu, Jul 11, 2024 at 10:35 AM Juraj Linkeš wrote: > > > > On 9. 7. 2024 18:31, jspew...@iol.unh.edu wrote: > > 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 > > gu

Re: [PATCH v1 1/2] dts: add context manager for interactive shells

2024-07-11 Thread Juraj Linkeš
On 9. 7. 2024 18:31, jspew...@iol.unh.edu wrote: 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 t