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 pitrou
Recipients pitrou, yselivanov
Date 2015-05-14.09:35:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431596104.89.0.97986855115.issue24188@psf.upfronthosting.co.za>
In-reply-to
Content
inspect.Signature objects are immutable, but they are not hashable. It would be useful if they were.

(I would have a similar request for bound arguments but unfortunately their mutability may make it less desirable)
History
Date User Action Args
2015-05-14 09:35:04pitrousetrecipients: + pitrou, yselivanov
2015-05-14 09:35:04pitrousetmessageid: <1431596104.89.0.97986855115.issue24188@psf.upfronthosting.co.za>
2015-05-14 09:35:04pitroulinkissue24188 messages
2015-05-14 09:35:04pitroucreate