Changes between Version 4 and Version 5 of Ticket #17320, comment 4
- Timestamp:
- 11/12/14 19:41:21 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17320, comment 4
v4 v5 29 29 30 30 This suggests that the whole statement here should be guarded by some `try/except/finally` to ensure that `del model` is executed if `self.model=model` is not. 31 }}}