Re: set_weak_flag() for objects?
"Stephen R. van den Berg" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Henrik Grubbstr?m wrote: >NB: There's a special case in the reference counting for variables >in objects of classes written in pure Pike, where direct circular >references aren't counted (cf PIKE_T_NO_REF_*), so the above >construction isn't strictly needed (but still recommended). Then why does my simple self-referencing example class not autodestruct? -- Stephen.