-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-140256: Populate argrepr for LOAD_SMALL_INT
#140258
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
base: main
Are you sure you want to change the base?
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Misc/NEWS.d/next/Library/2025-10-17-15-36-10.gh-issue-140256.FbKByd.rst
Outdated
Show resolved
Hide resolved
|
Code looks good to me. |
|
This fix looks correct, but I doubt about the need of two always equal values in this case. |
|
@efimov-mikhail Are you referring to the output of dis.dis here? Would that now ideally be changed as part of this PR? |
|
Maybe we could add something like this |
Closes #140256.
LOAD_SMALL_INThas emptyargreprviaBytecode#140256