]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047)...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Dec 2018 08:51:27 +0000 (10:51 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 08:51:27 +0000 (10:51 +0200)
commit3cae16d2e98ffaa89ddd311df70a857dfaff4020
tree3670fd9018afba95a6498779d3bc48f376ac720e
parent62674f3a36ec55f86a5f20ee028a37fbd549bd6c
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107)

(cherry picked from commit bb86bf4c4eaa30b1f5192dab9f389ce0bb61114d)
Include/ceval.h
Misc/NEWS.d/next/Core and Builtins/2018-12-09-13-09-39.bpo-35444.9kYn4V.rst [new file with mode: 0644]
Modules/_pickle.c
Objects/classobject.c
Objects/descrobject.c
Objects/methodobject.c
Python/ceval.c