Re: [Python-Dev] __del__ unexpectedly being called twice

2006-08-18 Thread Duncan Booth
"Terry Reedy" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > "Duncan Booth" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> There's a thread on comp.lang.python at the moment under the subject >> "It is >> __del__ calling twice for some instances?" which seems to show

Re: [Python-Dev] __del__ unexpectedly being called twice

2006-08-18 Thread Terry Reedy
"Duncan Booth" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > There's a thread on comp.lang.python at the moment under the subject "It > is > __del__ calling twice for some instances?" which seems to show that when > releasing a long chain of old-style classes every 50th approxima