Message12001
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.. |
|
Date |
User |
Action |
Args |
2018-05-23 14:40:42 | psykiatris | set | messageid: <1527086442.01.0.682650639539.issue2305@psf.upfronthosting.co.za> |
2018-05-23 14:40:41 | psykiatris | set | recipients:
+ psykiatris, zyasoft, jeff.allen, Arfrever |
2018-05-23 14:40:41 | psykiatris | link | issue2305 messages |
2018-05-23 14:40:41 | psykiatris | create | |
|