Issue1474

classification
Title: modjy servlet doesn't call atexit handlers
Type: behaviour Severity: normal
Components: Library Versions: 2.5.1
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: amak Nosy List: amak, colinhevans
Priority: Keywords:

Created on 2009-09-22.01:08:39 by colinhevans, last changed 2009-10-06.17:48:04 by amak.

Messages
msg5187 (view) Author: Colin Evans (colinhevans) Date: 2009-09-22.01:08:38
The modjy servlet should probably implement Servlet.destroy() and call
PythonInterpreter.cleanup() in order to trigger atexit callbacks.
msg5221 (view) Author: Alan Kennedy (amak) Date: 2009-10-06.12:30:07
Fix checked in at r6840, i.e. modjy now implements servlet.destroy(),
which calls PythonInterpreter.cleanup().
Thanks for reporting this issue.
History
Date User Action Args
2009-10-06 17:48:04amaksetassignee: amak
2009-10-06 12:30:08amaksetstatus: open -> closed
resolution: fixed
messages: + msg5221
nosy: + amak
2009-09-22 01:08:39colinhevanscreate