Closed
Description
Bug report
dis output is missing the constant value for KW_NAMES
This is due to a hardcoded check that the op is LOAD_CONST before grabbing the value.
This check comes after a check that the opcode is in dis.hasconst, so reasonably it can be removed to allow KW_NAMES and future opcodes that feature constants to work moving forward.
I have drafted a simple pull request #99943 to fix this bug