You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a benchmark that exercised __getattribute__ somewhat realistically. Defining that method is the only way to exercise the specialized instruction LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN. Then again, maybe that method is not important enough to have its own specialized opcode?
It would be nice if there was a benchmark that exercised
__getattribute__
somewhat realistically. Defining that method is the only way to exercise the specialized instructionLOAD_ATTR_GETATTRIBUTE_OVERRIDDEN
. Then again, maybe that method is not important enough to have its own specialized opcode?See also python/cpython#93988 (comment)
The text was updated successfully, but these errors were encountered: