Ticket #159 (defect)
Opened 3 years ago
Last modified 1 year ago
AutoReload should gracefully handle KeyboardInterrupt
Status: closed (fixed)
| Reported by: | steadicat | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
AutoReload now prints two tracebacks when the user presses Ctrl+C to stop CherryPy.
The attached autoreload.py prints a message and exits cleanly.
Attachments
Change History
05/24/05 11:01:11: Modified by steadicat
- attachment autoreload.py added.
05/24/05 16:53:43: Modified by steadicat
- status changed from new to closed.
- resolution set to fixed.
Fixed in [211].


autoreload.py with fixes for #158 and #159