Message11969

Author psykiatris
Recipients Arfrever, jeff.allen, psykiatris, zyasoft
Date 2018-05-11.02:43:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526006626.19.0.682650639539.issue2305@psf.upfronthosting.co.za>
In-reply-to
Content
When debugging, I see that the sys object, when passed to dir(), shows ps1 and ps2 as PyAttrubuteDeleted, so the way it is in jython.java is fine and is an empty string.

When dir() passes it to the Dictionary, it creates a stringmap, so by the time it gets to PylList, those attributes are now strings. I'm getting there and should have a solution soon.
History
Date User Action Args
2018-05-11 02:43:46psykiatrissetmessageid: <1526006626.19.0.682650639539.issue2305@psf.upfronthosting.co.za>
2018-05-11 02:43:46psykiatrissetrecipients: + psykiatris, zyasoft, jeff.allen, Arfrever
2018-05-11 02:43:46psykiatrislinkissue2305 messages
2018-05-11 02:43:45psykiatriscreate