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 ddorfman
Recipients
Date 2004-11-08.08:51:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=908995

I'm working on set. It definitely has this problem, but an
analogous fix requires introducing frozenset.__setstate__
which would make it possible to mutate a frozenset. A more
correct solution might depend on whether someone finds a
better alternative to my patch in #1062277. I think I'll
post a patch that implements frozenset.__setstate__ tonight,
but it's less obviously desirable than this one.
History
Date User Action Args
2007-08-23 15:40:38adminlinkissue1062279 messages
2007-08-23 15:40:38admincreate