add 'signals-ignore' option (#2296)

This commit is contained in:
Mike Fährmann
2022-02-13 22:39:26 +01:00
parent 806bc62379
commit f5b2a9fcc6
2 changed files with 26 additions and 1 deletions

View File

@@ -3308,6 +3308,18 @@ Description
this cache.
signals-ignore
--------------
Type
``list`` of ``strings``
Example
``["SIGTTOU", "SIGTTIN", "SIGTERM"]``
Description
The list of signal names to ignore, i.e. set
`SIG_IGN <https://docs.python.org/3/library/signal.html#signal.SIG_IGN>`_
as signal handler for.
pyopenssl
---------
Type