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 christian.heimes
Recipients christian.heimes, gvanrossum, rhettinger
Date 2007-12-09.15:25:56
SpamBayes Score 0.12432336
Marked as misclassified No
Message-id <1197213956.66.0.974426786132.issue1564@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed a bug in the last patch. It now works mixed sets with str and
bytes but it doesn't optimize bytes in set_lookup() any more.
Files
File name Uploaded
py3k_optimize_set_unicode.patch christian.heimes, 2007-12-09.15:25:56
History
Date User Action Args
2007-12-09 15:25:56christian.heimessetspambayes_score: 0.124323 -> 0.12432336
recipients: + christian.heimes, gvanrossum, rhettinger
2007-12-09 15:25:56christian.heimessetspambayes_score: 0.124323 -> 0.124323
messageid: <1197213956.66.0.974426786132.issue1564@psf.upfronthosting.co.za>
2007-12-09 15:25:56christian.heimeslinkissue1564 messages
2007-12-09 15:25:56christian.heimescreate