]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
inspect.Signature: Fix discrepancy between __eq__ and __hash__.
authorYury Selivanov <yselivanov@sprymix.com>
Fri, 12 Sep 2014 19:48:02 +0000 (15:48 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Fri, 12 Sep 2014 19:48:02 +0000 (15:48 -0400)
commit08d4a4f4880a24e07f4faa42f53fddee9e7ac0fc
tree94aa94235af14270711cf9c8bc18a49253a5e373
parentf1a8df0ac984162795815aae6696155fcd22fdfb
inspect.Signature: Fix discrepancy between __eq__ and __hash__.

Issue #20334. Thanks to Antony Lee for bug report & initial patch.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS