Message11960

Author jeff.allen
Recipients Arfrever, jeff.allen, psykiatris, zyasoft
Date 2018-05-07.22:01:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525730473.9.0.682650639539.issue2305@psf.upfronthosting.co.za>
In-reply-to
Content
If setting them to PyAttributeDeleted makes them disappear from the list, then the place where we set them to "" is the problem. It looks right, but it's still an object in the dictionary.

The dir() function is defined in __builtins__.java . If you set a breakpoint there you could follow the action. At some point there is a map and dir() is enumerating its keys. Does that enumeration contain a skip when the value is PyAttributeDeleted? It probably should. Either that or we have to delete the prompts from the dictionary instead of setting them to "" or the PyAttributeDeleted singleton.
History
Date User Action Args
2018-05-07 22:01:13jeff.allensetmessageid: <1525730473.9.0.682650639539.issue2305@psf.upfronthosting.co.za>
2018-05-07 22:01:13jeff.allensetrecipients: + jeff.allen, zyasoft, Arfrever, psykiatris
2018-05-07 22:01:13jeff.allenlinkissue2305 messages
2018-05-07 22:01:13jeff.allencreate