Message 216654 - Python tracker

Message216654

Author rhettinger
Recipients christian.heimes, djc, ezio.melotti, gregory.p.smith, meador.inge, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2014-04-17.04:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397710738.12.0.152615447685.issue16286@psf.upfronthosting.co.za>
In-reply-to
Content
> Serhiy, Gregory, Raymond, Antoine: so what is your feeling on 
> this issue? Is it worth it?

I don't think it is worth it.  There may be some cases that benefit, but it adds extra branching code to the common cases (sets and dicts) that already have the identity check.
History
Date User Action Args
2014-04-17 04:58:58rhettingersetrecipients: + rhettinger, gregory.p.smith, pitrou, vstinner, christian.heimes, djc, ezio.melotti, meador.inge, python-dev, serhiy.storchaka
2014-04-17 04:58:58rhettingersetmessageid: <1397710738.12.0.152615447685.issue16286@psf.upfronthosting.co.za>
2014-04-17 04:58:58rhettingerlinkissue16286 messages
2014-04-17 04:58:57rhettingercreate