This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex
Recipients alex, dmalcolm, pitrou, rhettinger
Date 2010-01-12.19:39:12
SpamBayes Score 0.0014482083
Marked as misclassified No
Message-id <1263325155.34.0.374268683555.issue6690@psf.upfronthosting.co.za>
In-reply-to
Content
David, I think it should use frozen set since doing it this way could actually increase the time the operation takes (which is certainly not our goal!).  Plus marshall.c already handles frozenset, so I don't think it's that much more work.
History
Date User Action Args
2010-01-12 19:39:15alexsetrecipients: + alex, rhettinger, pitrou, dmalcolm
2010-01-12 19:39:15alexsetmessageid: <1263325155.34.0.374268683555.issue6690@psf.upfronthosting.co.za>
2010-01-12 19:39:12alexlinkissue6690 messages
2010-01-12 19:39:12alexcreate