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 yselivanov
Recipients brett.cannon, larry, ncoghlan, yselivanov
Date 2014-01-21.16:50:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390323024.99.0.45103178025.issue20334@psf.upfronthosting.co.za>
In-reply-to
Content
inspect.Signature and inspect.Parameter are immutable structures, and it makes sense to make them hashable too.

Patch is attached.
History
Date User Action Args
2014-01-21 16:50:25yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, larry
2014-01-21 16:50:24yselivanovsetmessageid: <1390323024.99.0.45103178025.issue20334@psf.upfronthosting.co.za>
2014-01-21 16:50:24yselivanovlinkissue20334 messages
2014-01-21 16:50:24yselivanovcreate