[New-bugs-announce] [issue20334] make inspect Signature hashable

Yury Selivanov report at bugs.python.org
Tue Jan 21 17:50:24 CET 2014


New submission from Yury Selivanov:

inspect.Signature and inspect.Parameter are immutable structures, and it makes sense to make them hashable too.

Patch is attached.

----------
components: Library (Lib)
files: hashable_signature_01.patch
keywords: patch
messages: 208671
nosy: brett.cannon, larry, ncoghlan, yselivanov
priority: normal
severity: normal
status: open
title: make inspect Signature hashable
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file33595/hashable_signature_01.patch

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


More information about the New-bugs-announce mailing list