Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
LOAD_SUPER_ATTR
super()
The text was updated successfully, but these errors were encountered:
pythongh-103865: add monitoring support to LOAD_SUPER_ATTR
862c3dc
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
f40890b
Successfully merging a pull request may close this issue.
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: