Message12001

Author psykiatris
Recipients Arfrever, jeff.allen, psykiatris, zyasoft
Date 2018-05-23.14:40:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527086442.01.0.682650639539.issue2305@psf.upfronthosting.co.za>
In-reply-to
Content
I believe I have found the source of this issue. The __setattr__ and __delattr__ functions. From my debug sessions, both of thse functions appear to run only once, but I'll focuus on __delattr__ for now. 

In this bit of code, it is passed a name, then it sets that name to PyAttributeDeleted.INSTANCE, and then removes that key from the __dict__. 

Just an update..
History
Date User Action Args
2018-05-23 14:40:42psykiatrissetmessageid: <1527086442.01.0.682650639539.issue2305@psf.upfronthosting.co.za>
2018-05-23 14:40:41psykiatrissetrecipients: + psykiatris, zyasoft, jeff.allen, Arfrever
2018-05-23 14:40:41psykiatrislinkissue2305 messages
2018-05-23 14:40:41psykiatriscreate