]> 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:32 +0000 (16:19 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 23:19:32 +0000 (00:19 +0100)
commitf790bc8084d3dfd723889740f9129ac8fcb2fa02
tree00cfbd50d79ed33d31590f65ac34c0945f8e9405
parent02859df10591789c72eb185a4f7dd9cc1ea8dcbb
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) (GH-26960)

(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