Message6335

Author pjenvey
Recipients pjenvey, sebukoleth
Date 2011-01-22.21:25:05
SpamBayes Score 2.0886018e-05
Marked as misclassified No
Message-id <1295731505.65.0.223834008571.issue1698@psf.upfronthosting.co.za>
In-reply-to
Content
The problem here isn't due to threads, it's triggered by the use of the warnings module. This is a similar issue to #1674 in that the jsr223 scope object isn't supporting all the dict methods that the warnings module expects it to.

I've added more missing methods in r7188 which fixes this issue.
History
Date User Action Args
2011-01-22 21:25:05pjenveysetmessageid: <1295731505.65.0.223834008571.issue1698@psf.upfronthosting.co.za>
2011-01-22 21:25:05pjenveysetrecipients: + pjenvey, sebukoleth
2011-01-22 21:25:05pjenveylinkissue1698 messages
2011-01-22 21:25:05pjenveycreate