diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst b/Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst index 9fc0df5266d0df..7fc8f6a2d49293 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst @@ -1 +1 @@ -Specialize ``LOAD_ATTR`` for objects with custom ``__getattr__`` and ``__getattribute__``. +Specialize ``LOAD_ATTR`` for objects with custom ``__getattribute__``.