Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
15503a28 by Mark Sapiro at 2021-05-12T18:06:08-07:00
Revert !858.

- - - - -
44c11ab2 by Mark Sapiro at 2021-05-13T01:29:51+00:00
Merge branch '858' into 'master'

Revert !858.

See merge request mailman/mailman!861
- - - - -


2 changed files:

- src/mailman/bin/master.py
- src/mailman/docs/NEWS.rst


Changes:

=====================================
src/mailman/bin/master.py
=====================================
@@ -435,8 +435,7 @@ class Loop:
             rname, slice_number, count, restarts = self._kids.pop(pid)
             config_name = 'runner.' + rname
             restart = False
-            if ((why == signal.SIGUSR1 or sig_or_exit != 'SIGNAL ') and
-                    self._restartable):                      # pragma: nocover
+            if why == signal.SIGUSR1 and self._restartable:  # pragma: nocover
                 restart = True
             # Have we hit the maximum number of restarts?
             restarts += 1


=====================================
src/mailman/docs/NEWS.rst
=====================================
@@ -60,7 +60,6 @@ Bugs
   (Closes #858)
 * Improve performance of the bounce runner by decreasing the number of
   database queries executed.
-* The master watcher will now restart a process that exits.  (See #887)
 
 Command line
 ------------



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/5c9c23e858214fc2ac667ca92155421d56f94e51...44c11ab28d96448ea3cf078ffacc08743b3db4f6

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/5c9c23e858214fc2ac667ca92155421d56f94e51...44c11ab28d96448ea3cf078ffacc08743b3db4f6
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to