Comment 1 for bug 254901

Revision history for this message
Leonard Richardson (leonardr) wrote :

It's not really practical to monitor a list for changes; we'd have to wrap it in a proxy object that knew about the entire Python list interface. We could prevent the problem by deserializing tags into a tuple rather than a list. Then you'd know you had to replace the tuple with another one.