Message12125

Author psykiatris
Recipients Arfrever, jeff.allen, psykiatris, zyasoft
Date 2018-09-27.13:39:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538055592.17.0.545547206417.issue2305@psf.upfronthosting.co.za>
In-reply-to
Content
hi Jeff,

I had hit a brick wall. I found the code for a overloaded __delattr__ method that specifically dealt with the PyAttributeDeleted said it needed to be fixed, so I had attempted to look at the invoker to see what was happening and try something, but basically, the loop only ran once and didn't delete all the deleted attributes. 

Also, through many debug sessions, I realized that the system seemed to not recognize it was in non-interactive mode (basing on the tty), so that was making me realize Ineeded to bus up on my Java, and now with Java 10 and 11 appearing, I sort of put Jython on the back burner. 

If you believe you've fixed it, great! I'll look for another issue to play with.

But, I am still interested and as i discover how IntelliJ deals with it, I amend my "how-to" blog post accordingly. Which Java version are you refactoring to?

I apologize for how long its been. A few crises have come along to make life more challenging, but still I plow on.

Thank you!
History
Date User Action Args
2018-09-27 13:39:52psykiatrissetmessageid: <1538055592.17.0.545547206417.issue2305@psf.upfronthosting.co.za>
2018-09-27 13:39:52psykiatrissetrecipients: + psykiatris, zyasoft, jeff.allen, Arfrever
2018-09-27 13:39:52psykiatrislinkissue2305 messages
2018-09-27 13:39:51psykiatriscreate