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 r.david.murray
Recipients brett.cannon, larry, ncoghlan, r.david.murray, yselivanov
Date 2014-03-31.21:28:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396301338.52.0.95368484052.issue21117@psf.upfronthosting.co.za>
In-reply-to
Content
I believe it is a python invariant that a == b implies hash(a) == hash(b).  I don't see why the two signatures should be equal.  I'm not even sure why the bound argument shows up in the signature of the partial.  That surprises me.
History
Date User Action Args
2014-03-31 21:28:58r.david.murraysetrecipients: + r.david.murray, brett.cannon, ncoghlan, larry, yselivanov
2014-03-31 21:28:58r.david.murraysetmessageid: <1396301338.52.0.95368484052.issue21117@psf.upfronthosting.co.za>
2014-03-31 21:28:58r.david.murraylinkissue21117 messages
2014-03-31 21:28:58r.david.murraycreate