On Wed, May 22, 2024 at 9:53 AM Patrick Robb wrote:
>
> Reviewed-by: Patrick Robb
>
> I don't have any comments beyond Luca's suggestions, but saw the typo below.
>
> On Tue, May 14, 2024 at 4:15 PM wrote:
> > +def __exit__(self, type: BaseException, value: BaseException,
> > traceback: Tra
On Mon, May 20, 2024 at 1:31 PM Luca Vizzarro wrote:
>
> On 14/05/2024 21:14, jspew...@iol.unh.edu wrote:
> > +class CriticalInteractiveShell(InteractiveShell):
>
> > +_get_priviledged_command: Callable[[str], str] | None
> typo: privileged
Ack.
> > +
> > +def __init__(
> > +sel
Reviewed-by: Patrick Robb
I don't have any comments beyond Luca's suggestions, but saw the typo below.
On Tue, May 14, 2024 at 4:15 PM wrote:
> +def __exit__(self, type: BaseException, value: BaseException, traceback:
> TracebackType) -> None:
> +"""Exit the context block.
> +
> +
On 14/05/2024 21:14, jspew...@iol.unh.edu wrote:
+class CriticalInteractiveShell(InteractiveShell):
+_get_priviledged_command: Callable[[str], str] | None
typo: privileged
+
+def __init__(
+self,
+interactive_session: SSHClient,
+logger: DTSLogger,
+ge
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
5 matches
Mail list logo