[New-bugs-announce] [issue24188] Signature objects not hashable

Antoine Pitrou report at bugs.python.org
Thu May 14 11:35:04 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24188>
_______________________________________


More information about the New-bugs-announce mailing list