This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Demur Rumed, matrixise, python-dev, rhettinger, serhiy.storchaka
Date 2016-10-25.07:03:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477379020.78.0.245920091375.issue28517@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-10-25 07:03:40serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, python-dev, matrixise, Demur Rumed
2016-10-25 07:03:40serhiy.storchakasetmessageid: <1477379020.78.0.245920091375.issue28517@psf.upfronthosting.co.za>
2016-10-25 07:03:40serhiy.storchakalinkissue28517 messages
2016-10-25 07:03:40serhiy.storchakacreate