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 rhettinger, theller
Date 2014-04-02.09:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396432614.69.0.24840832798.issue21130@psf.upfronthosting.co.za>
In-reply-to
Content
Even equivalent functions don't compare as equal:

   >>> (lambda x: x*x) == (lambda x: x*x)
   False
History
Date User Action Args
2014-04-02 09:56:54rhettingersetrecipients: + rhettinger, theller
2014-04-02 09:56:54rhettingersetmessageid: <1396432614.69.0.24840832798.issue21130@psf.upfronthosting.co.za>
2014-04-02 09:56:54rhettingerlinkissue21130 messages
2014-04-02 09:56:54rhettingercreate