]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93955: Use unbound methods for slot `__getattr__` and `__getattribute__` (GH-93956)
authorKen Jin <kenjin@python.org>
Sat, 18 Jun 2022 14:42:42 +0000 (22:42 +0800)
committerGitHub <noreply@github.com>
Sat, 18 Jun 2022 14:42:42 +0000 (22:42 +0800)
commitfea1e9bc5cd081b896b328a035719f7ccbf6843e
tree104c63aacbbb7df8df271147480a82bab9027df3
parent7a2cc35e1ca6808a735b90269756d5286077a152
gh-93955: Use unbound methods for slot `__getattr__` and `__getattribute__` (GH-93956)
Misc/NEWS.d/next/Core and Builtins/2022-06-17-16-30-24.gh-issue-93955.LmiAe9.rst [new file with mode: 0644]
Objects/typeobject.c