]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Dec 2018 10:13:14 +0000 (02:13 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Dec 2018 10:13:14 +0000 (12:13 +0200)
commitbe6ec444729f727f304ae10f3a7e2feda3cc3aaa
treee6f2d90acb8b9e9b6d9903e809656209b36e82df
parentf74cabd9203cf3be97fdb3821a7fa0b74d7b2263
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) (GH-11108)

(cherry picked from commit bb86bf4c4eaa30b1f5192dab9f389ce0bb61114d)
(cherry picked from commit 3cae16d2e98ffaa89ddd311df70a857dfaff4020)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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