We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently create fake Instruction objects to represent cache entries. It would make more sense to make the cache info part of the Instruction.
This will change the output of dis.get_instructions, but not anything which is documented.
dis.get_instructions
The text was updated successfully, but these errors were encountered:
pythongh-112962: in dis module, put cache information in the Instruct…
ae7dbca
…ion instead of creating fake Instructions to represent it
gh-112962: in dis module, put cache information in the Instruction in…
428c981
…stead of creating fake Instructions to represent it (#113016)
a1407ac
…ion instead of creating fake Instructions to represent it (python#113016)
d7505b1
iritkatriel
Successfully merging a pull request may close this issue.
Feature or enhancement
We currently create fake Instruction objects to represent cache entries. It would make more sense to make the cache info part of the Instruction.
This will change the output of
dis.get_instructions
, but not anything which is documented.Linked PRs
The text was updated successfully, but these errors were encountered: