]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Oct 2020 19:23:42 +0000 (22:23 +0300)
committerGitHub <noreply@github.com>
Sat, 10 Oct 2020 19:23:42 +0000 (22:23 +0300)
commit98c4433a81a4cd88c7438adbee1f2aa486188ca3
tree68dd030d113eb842692d4f50475992a110fb7154
parent02a1603f918b9862e164e4fd050c505b16bc9f57
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)

It can silence arbitrary exceptions.
Include/cpython/object.h
Objects/object.c
Objects/unionobject.c
Python/errors.c
Python/pythonrun.c