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, jvr, meador.inge, python-dev, serhiy.storchaka, theller, vstinner
Date 2016-05-11.19:30:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462995044.05.0.324507556265.issue26881@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Victor. Fixed.

> IMHO it's worth to add an optional argument to skip extended opcodes in
_unpack_opcodes() to simplify the code in modulefinder.

But this would complicate the code in dis.

If the disassembler would changed to skip extended opcodes, we would add this option in _unpack_opargs().

If there would be some Python 3 analogue of PEP 291, modulefinder would be changed to use public dis API.
History
Date User Action Args
2016-05-11 19:30:44serhiy.storchakasetrecipients: + serhiy.storchaka, theller, jvr, vstinner, meador.inge, python-dev, Demur Rumed
2016-05-11 19:30:44serhiy.storchakasetmessageid: <1462995044.05.0.324507556265.issue26881@psf.upfronthosting.co.za>
2016-05-11 19:30:44serhiy.storchakalinkissue26881 messages
2016-05-11 19:30:44serhiy.storchakacreate