Skip to content
New issue

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

gh-112962: in dis module, put cache information in the Instruction instead of creating fake Instructions to represent it #113016

Merged
merged 10 commits into from Dec 13, 2023

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Dec 12, 2023

…ion instead of creating fake Instructions to represent it
Doc/library/dis.rst Outdated Show resolved Hide resolved
Lib/dis.py Outdated Show resolved Hide resolved
Lib/dis.py Outdated Show resolved Hide resolved
Doc/library/dis.rst Outdated Show resolved Hide resolved
@iritkatriel iritkatriel enabled auto-merge (squash) December 13, 2023 11:47
@iritkatriel iritkatriel merged commit 428c981 into python:main Dec 13, 2023
29 checks passed
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…ion instead of creating fake Instructions to represent it (python#113016)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make cache information a part of dis.Instruction
2 participants