Ticket #826 (defect)
Opened 2 months ago
Last modified 2 months ago
SignalHandler needs an unsubscribe
Status: closed (fixed)
| Reported by: | lakin | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
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.
Attachments
Change History
06/28/08 19:41:43: Modified by nick@nick125.com
- attachment SH-unsubscribe-826.patch added.
06/29/08 09:58:07: Modified by fumanchu
- owner changed from lakin to fumanchu.
- status changed from new to assigned.
- milestone set to 3.1.
Applied in [1998]. Needs nix testing.
06/29/08 13:23:04: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.
Passes on Ubuntu with [1999].


Patch to add the unsubscribe function