Feature or enhancement
Proposal:
>>>importdis>>>dis.dis("with x: pass")
0RESUME01LOAD_NAME0 (x)
COPY1LOAD_SPECIAL1SWAP2SWAP3LOAD_SPECIAL0It should say "LOAD_SPECIAL 1 (__exit__)" or something similar.
I'll work on this.
cc @markshannon who added LOAD_SPECIAL in #120640
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
It should say "
LOAD_SPECIAL 1 (__exit__)" or something similar.I'll work on this.
cc @markshannon who added LOAD_SPECIAL in #120640
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs