]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Jun 2021 23:19:06 +0000 (16:19 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 23:19:06 +0000 (16:19 -0700)
commit2df13e1211cf420bf6557df02e694bf1653a0ebe
treeebaf11c06b99257ac7472bb8c4b600df0c710f1f
parent08aa26e4355da6f916da0c97d00774800ee0fc46
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950)

(cherry picked from commit e2fea101fd5517f33371b04432842b971021c3bf)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_weakref.py
Misc/NEWS.d/next/Core and Builtins/2021-06-29-11-49-29.bpo-44523.67-ZIP.rst [new file with mode: 0644]
Objects/weakrefobject.c