Message22903
Logged In: YES
user_id=35752
I don't see why you need the extra bit. When you find
weakly referenced objects, clear the wr_object pointer of
the weakref. Move trash weakref objects with callbacks to
the wr_callbacks list as we always did. When the trash goes
away then PyObject_ClearWeakRefs() will invoke the callbacks
normally (we only cleared the wr_object pointer, the
backpointer list is still intact).
I'm going to see if I can make this work. In the process I
will probably discover what I have been missing. :-) |
|
Date |
User |
Action |
Args |
2007-08-23 14:27:06 | admin | link | issue1055820 messages |
2007-08-23 14:27:06 | admin | create | |
|