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 Maxime Belanger
Recipients Maxime Belanger
Date 2018-10-26.23:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540596956.61.0.788709270274.issue35080@psf.upfronthosting.co.za>
In-reply-to
Content
For various reasons, one may want to change the `Lib/opcode.py` module. In doing so, this has caused us to frequently rewrite `test_dis.py`. It would be great if those tests used `dis.opmap` rather than hard-coded/magic numbers, as this would allow easier changes.
History
Date User Action Args
2018-10-26 23:35:56Maxime Belangersetrecipients: + Maxime Belanger
2018-10-26 23:35:56Maxime Belangersetmessageid: <1540596956.61.0.788709270274.issue35080@psf.upfronthosting.co.za>
2018-10-26 23:35:56Maxime Belangerlinkissue35080 messages
2018-10-26 23:35:56Maxime Belangercreate