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.11:08:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=908995

set patch filed as SF #1062353

I just realized that neither of these patches do anything to
handle __slots__, but I'm not even sure if it's necessary.
At least _reduce_ex tells such classes to write their own
getstate, and such subclasses of set or deque can always
write their own reduce, so lack of such support doesn't make
anything impossible--it just might require a little more
work on the user's part.
History
Date User Action Args
2007-08-23 15:40:38adminlinkissue1062279 messages
2007-08-23 15:40:38admincreate