[issue24188] Signature objects not hashable

Serhiy Storchaka report at bugs.python.org
Thu May 14 12:22:19 CEST 2015


Serhiy Storchaka added the comment:

([],) is immutable, but is not hashable. If default values affect the hash, the signature can't be always hashable.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24188>
_______________________________________


More information about the Python-bugs-list mailing list