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 rhettinger
Recipients
Date 2004-11-09.07:25:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

Am adding the dict argument so that subclass dictionaries
are handled without extra coding.  See Objects/setobject.c 1.31

Sets were designed to be non-recursive.  While you can
create shennanigans to introduce hashable mutable objects to
be stored recursively, I have no interest in building
support for them.  Certainly, it is not worth introducing
other anomalies or worth compilcating the code.
History
Date User Action Args
2007-08-23 15:40:39adminlinkissue1062353 messages
2007-08-23 15:40:39admincreate