New submission from Antoine Pitrou:

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)

----------
components: Library (Lib)
messages: 243164
nosy: pitrou, yselivanov
priority: normal
severity: normal
status: open
title: Signature objects not hashable
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24188>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to