Chris McDonough преди 18 години
родител
ревизия
736224ce1b
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/supervisor/process.py

+ 0 - 2
src/supervisor/process.py

@@ -601,8 +601,6 @@ class EventListenerPool(ProcessGroupBase):
         for proc in self.processes.values():
             proc.transition()
         if self.event_buffer:
-            # resend the oldest buffered event (dont rebuffer though, maintain
-            # order oldest (leftmost) to newest (rightmost) in list)
             event = self.event_buffer.pop(0)
             self._dispatchEvent(event)