Message6330

Author pjenvey
Recipients kellyc2702, otmarhumbel, pjenvey, zyasoft
Date 2011-01-21.01:19:39
SpamBayes Score 9.958211e-09
Marked as misclassified No
Message-id <1295572780.51.0.399913398933.issue1667@psf.upfronthosting.co.za>
In-reply-to
Content
I committed a different fix for this in r7186

the orig. patch still caused this.keywords to be overwritten with bad values. oddly enough that didn't break the tests but I think it could have broken something at some point

Instead I moved the __init__ code into __new__ which is what CPython does
History
Date User Action Args
2011-01-21 01:19:40pjenveysetmessageid: <1295572780.51.0.399913398933.issue1667@psf.upfronthosting.co.za>
2011-01-21 01:19:40pjenveysetrecipients: + pjenvey, otmarhumbel, zyasoft, kellyc2702
2011-01-21 01:19:40pjenveylinkissue1667 messages
2011-01-21 01:19:39pjenveycreate