Skip to content
  • Iustin Pop's avatar
    Handle ^C while trying to acquire the lock · 36c68ff1
    Iustin Pop authored
    When waiting for the lock and pressing ^C, the user will get a backtrace
    as the KeyboardInterrupt exception is not handled. The patch adds a
    simple method of handling it.
    
    Note that this is not about ^C in any other place.
    
    Reviewed-by: schreiberal,imsnah
    36c68ff1