Re: [PATCH v2 4/7] dts: revert back to a single InteractiveShell

2025-04-25 Thread Nicholas Pratte
Reviewed-by: Nicholas Pratte On Fri, Mar 14, 2025 at 9:19 AM Luca Vizzarro wrote: > > Previously InteractiveShell was split into two classes to differentiate > a shell which execution must be controlled in a tight scope through a > context manager, from a more looser approach. With the addition

Re: [PATCH v2 4/7] dts: revert back to a single InteractiveShell

2025-04-24 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v2 4/7] dts: revert back to a single InteractiveShell

2025-04-24 Thread Dean Marx
Reviewed-by: Dean Marx

[PATCH v2 4/7] dts: revert back to a single InteractiveShell

2025-03-14 Thread Luca Vizzarro
Previously InteractiveShell was split into two classes to differentiate a shell which execution must be controlled in a tight scope through a context manager, from a more looser approach. With the addition of the shell pool this is no longer needed as the management of shells is now delegated to th