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 kristjan.jonsson, r.david.murray, rhettinger
Date 2009-06-23.18:10:42
SpamBayes Score 9.361803e-05
Marked as misclassified No
Message-id <1245780644.25.0.801662155019.issue6326@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the technique is useful and fast, but it is complicated in its
effects.  I used something similar in the set_swap_bodies() internal
code for set and frozenset objects but avoided exposing the behavior
externally.
History
Date User Action Args
2009-06-23 18:10:44rhettingersetrecipients: + rhettinger, kristjan.jonsson, r.david.murray
2009-06-23 18:10:44rhettingersetmessageid: <1245780644.25.0.801662155019.issue6326@psf.upfronthosting.co.za>
2009-06-23 18:10:42rhettingerlinkissue6326 messages
2009-06-23 18:10:42rhettingercreate