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
The LOAD_SUPER_ATTR super-instruction optimization doesn't correctly match the PEP 669 monitoring events that would be fired by the call to super() followed by attribute load that it replaces. This should be fixed.
The
LOAD_SUPER_ATTR
super-instruction optimization doesn't correctly match the PEP 669 monitoring events that would be fired by the call tosuper()
followed by attribute load that it replaces. This should be fixed.Linked PRs
The text was updated successfully, but these errors were encountered: