Feature or enhancement
Proposal:
It's already possible to show specialized bytecode using dis.dis(code, adaptive=True) but it's not possible to do it from the CLI. I think we can add a flag -S that does it (most of the other flags are exposed to the CLI).
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's already possible to show specialized bytecode using
dis.dis(code, adaptive=True)but it's not possible to do it from the CLI. I think we can add a flag-Sthat does it (most of the other flags are exposed to the CLI).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
disCLI #127414