[issue28517] Dead code in wordcode

Serhiy Storchaka report at bugs.python.org
Tue Oct 25 03:03:40 EDT 2016


Serhiy Storchaka added the comment:

The main problem was that this bug caused unnecessary breakage of tests in Victor's bytecode [1].

Stéphane, the number of opcodes to the end of the block was counted incorrectly. Just off-by-one error. One unreachable opcode always was left.

[1] https://github.com/haypo/bytecode

----------
resolution:  -> fixed
stage: patch review -> resolved

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28517>
_______________________________________


More information about the Python-bugs-list mailing list