◐ Shell
clean mode source ↗

Message 215269 - Python tracker

Message215269

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