-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Unsused argument in _PyCode_Quicken
#128872
Comments
Instead of removing them, I think it's better to simply mark However, just adding |
There is no difference in terms of generated machine code. As expected, compiler is smart enough to ignore it. But still, should it be left like this? |
If there is no difference, no need to change this. We rejected previous PRs that wanted to add |
Closing it then |
|
If the arg is unused, let's remove it. The fact that it was left was just an oversight of that PR. |
Reopened PR. |
_PyCode_Quicken
inspecialize.c
acceptsPyObject *consts
but does not use it. Not sure which type of issue to use, so creating blank one.Linked PRs
consts
argument #128873The text was updated successfully, but these errors were encountered: