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 Maxime Belanger, serhiy.storchaka
Date 2018-10-27.05:12:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540617143.13.0.788709270274.issue35080@psf.upfronthosting.co.za>
In-reply-to
Content
Actually this change decreases flexibility of tests. Expected output is generated. See the comment above it. When you change the bytecode, you need just uncomment these lines, run tests, copy the output, and comment out them back. The output contains numerical values of opcodes.

It is rarely they are changed without changing the meaning of opcodes. It is more common to add new opcodes and replace old opcodes with other opcodes with different semantic. This leads to changing opcode arguments and offsets, adding and removing lines.
History
Date User Action Args
2018-10-27 05:12:23serhiy.storchakasetrecipients: + serhiy.storchaka, Maxime Belanger
2018-10-27 05:12:23serhiy.storchakasetmessageid: <1540617143.13.0.788709270274.issue35080@psf.upfronthosting.co.za>
2018-10-27 05:12:23serhiy.storchakalinkissue35080 messages
2018-10-27 05:12:22serhiy.storchakacreate