#826: SignalHandler needs an unsubscribe
---------------------------+------------------------------------------------
Reporter: lakin | Owner: lakin
Type: defect | Status: new
Priority: normal | Milestone:
Component: CherryPy code | Keywords:
---------------------------+------------------------------------------------
http://www.cherrypy.org/browser/trunk/cherrypy/process/plugins.py#L37
Needs to implement an unsubscribe. It should probably restore the old
signal handlers. In the case where a None is returned as the old handler,
it should print a warning about not being able to restore said signal
handler and restore it to SIG_DFL instead.
--
Ticket URL: <
http://cherrypy.org/ticket/826>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework