Ticket #1082 (closed: fixed)
Clearing the analysis data service does not kill object references in Python
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 21 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Python responds to workspace delete signals by correctly nullifying the reference stored in the proxy but this does not happen if the ADS is cleared as no signal is emitted.
Change History
comment:3 Changed 11 years ago by Nick Draper
- Owner set to Martyn Gigg
- Status changed from new to assigned
Is this done now? if so please close it.
comment:4 Changed 11 years ago by Martyn Gigg
- Status changed from assigned to testing
- Resolution set to fixed
comment:6 Changed 11 years ago by Russell Taylor
- Status changed from testing to reopened
- Resolution fixed deleted
comment:7 Changed 11 years ago by Russell Taylor
The reference isn't set to none when doing a 'clear all memory'
comment:9 Changed 11 years ago by Martyn Gigg
- Status changed from reopened to testing
- Resolution set to fixed
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 1930
Note: See
TracTickets for help on using
tickets.
(In [3659]) Implemeted a clear notification for the DataService. This avoids having to emit a delete notification for each deleted workspace. Re #1082