Message11957

Author psykiatris
Recipients Arfrever, jeff.allen, psykiatris, zyasoft
Date 2018-05-07.17:48:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525715318.0.0.682650639539.issue2305@psf.upfronthosting.co.za>
In-reply-to
Content
I just answered my own question:

Is it possible that ps1 (and ps2) are changed to a string type, losing its attributedeleted type, import sys is run (collecting all the attributes), then changed back to attributedeleted, therefore makingit unavailable when attempts are made to access the attribute that isn't there...

After I posted, I read the rest of InteractiveConsole.java and saw systemstate.ps1 = old_ps1. This should have made it an attributedeleted type again.

Time to debug....
History
Date User Action Args
2018-05-07 17:48:38psykiatrissetmessageid: <1525715318.0.0.682650639539.issue2305@psf.upfronthosting.co.za>
2018-05-07 17:48:37psykiatrissetrecipients: + psykiatris, zyasoft, jeff.allen, Arfrever
2018-05-07 17:48:37psykiatrislinkissue2305 messages
2018-05-07 17:48:37psykiatriscreate