Feature or enhancement
Proposal:
See for example the following code:
https://github.com/python/cpython/blob/main/Python/optimizer_bytecodes.c#L863
Should replace this:
https://github.com/python/cpython/blob/main/Python/optimizer_bytecodes.c#L1905
We should be careful to pass in the correct argument.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
See for example the following code:
https://github.com/python/cpython/blob/main/Python/optimizer_bytecodes.c#L863
Should replace this:
https://github.com/python/cpython/blob/main/Python/optimizer_bytecodes.c#L1905
We should be careful to pass in the correct argument.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
ADD_OP(_POP_TOP, ...)tooptimize_pop_topinoptimizer_bytecodes.c#148619