Message6334

Author pjenvey
Recipients nriley, pjenvey
Date 2011-01-22.21:17:12
SpamBayes Score 1.2083343e-07
Marked as misclassified No
Message-id <1295731033.11.0.0741191311898.issue1699@psf.upfronthosting.co.za>
In-reply-to
Content
The jsr-223 scope object that acts as a globals/locals dict doesn't support all dict methods. This has cropped up a couple different times (#1674 & #1698). More methods have been added but it's still missing more

I'll also note here that its implementation doesn't look thread safe at all. Is that a problem too? (It was adapted from the original jsr223 scripting code which wasn't thread safe either, so maybe this isn't a problem?)
History
Date User Action Args
2011-01-22 21:17:13pjenveysetrecipients: + pjenvey, nriley
2011-01-22 21:17:13pjenveysetmessageid: <1295731033.11.0.0741191311898.issue1699@psf.upfronthosting.co.za>
2011-01-22 21:17:13pjenveylinkissue1699 messages
2011-01-22 21:17:12pjenveycreate