[issue39823] Disassembly - improve documentation for bytecode instruction class and set source line no. attribute for every instruction

S Murthy report at bugs.python.org
Mon Mar 2 04:10:47 EST 2020


S Murthy <smurthy at pm.me> added the comment:

Docstring for `Instruction` should be more precise. ATM the description of `starts_line` is

    line started by this opcode (if any), otherwise None

I think "source line started ..." would be a bit more precise and accurate.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39823>
_______________________________________


More information about the Python-bugs-list mailing list