• Guillaume Seguin's avatar
    Fix regression created by 9c55957e · 21400ead
    Guillaume Seguin authored
    The print thread must always respawn the sender thread when ending (the change
    introduced by 9c55957e was checking stop_send_thread, which is set to False by
    _start_sender, so it never got it). Instead of adding more logic, let's just
    always respawn the thread and kill it immediately.
    21400ead
printcore.py 21.1 KB