Skip to content
  • Guido Trotter's avatar
    Mainloop: init sigchld_handler as None · 07fc5289
    Guido Trotter authored
    There is no point in initializing sigchld_handler as an empty dict, when
    it will be overwritten by an instance of utils.SignalHandler
    immediately after.
    
    Reviewed-by: iustinp
    07fc5289