Message5828

Author zyasoft
Recipients akong, njoyce, thijs, zyasoft
Date 2010-06-19.03:58:18
SpamBayes Score 0.00011510882
Marked as misclassified No
Message-id <1276919901.75.0.499285996743.issue1618@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, didn't mean to close the bug too.

However, it looks like there's an alternate solution - we can pretend it's a dict. This means special casing PyType#type___new__ such that it returns dict instead of stringmap. I have attached a small patch that does this, and it passes our regrtest.

However, I'm pretty certain that PyStringMap does not support the complete dict interface, including some (undocumented) support for concurrency. So I need to add the appropriate methods and tests before committing this patch.
History
Date User Action Args
2010-06-19 03:58:21zyasoftsetmessageid: <1276919901.75.0.499285996743.issue1618@psf.upfronthosting.co.za>
2010-06-19 03:58:21zyasoftsetrecipients: + zyasoft, akong, thijs, njoyce
2010-06-19 03:58:21zyasoftlinkissue1618 messages
2010-06-19 03:58:20zyasoftcreate