Message11961

Author psykiatris
Recipients Arfrever, jeff.allen, psykiatris, zyasoft
Date 2018-05-07.22:15:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525731339.06.0.682650639539.issue2305@psf.upfronthosting.co.za>
In-reply-to
Content
From what I can tell, when systemstate.ps1 is set to Py.EmptyString in jython.java, the type is still 'attributedeleted', so it should be okay.

i will follow the dir() in __builtins__.java to see if there's a skip for PyAttributeDeleted. If .ps1/ps2 is changed to a String prior to dir(),then whether the enumeration checks for it is moot. 

ps1/ps2 are the only objects set to PyAttributeDeleted at this point?
History
Date User Action Args
2018-05-07 22:15:39psykiatrissetmessageid: <1525731339.06.0.682650639539.issue2305@psf.upfronthosting.co.za>
2018-05-07 22:15:39psykiatrissetrecipients: + psykiatris, zyasoft, jeff.allen, Arfrever
2018-05-07 22:15:39psykiatrislinkissue2305 messages
2018-05-07 22:15:38psykiatriscreate