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 vstinner
Recipients Demur Rumed, serhiy.storchaka, vstinner
Date 2016-04-29.06:50:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461912649.38.0.754834410981.issue26881@psf.upfronthosting.co.za>
In-reply-to
Content
The scan_opcodes_25() method of the modulefinder module implements a disassembler of Python bytecode. The implementation is incomplete, it doesn't support EXTENDED_ARG. I suggest to drop the disassembler and reuse the dis module.

See also the issue #26647 "Wordcode" changes the bytecode.
History
Date User Action Args
2016-04-29 06:50:49vstinnersetrecipients: + vstinner, serhiy.storchaka, Demur Rumed
2016-04-29 06:50:49vstinnersetmessageid: <1461912649.38.0.754834410981.issue26881@psf.upfronthosting.co.za>
2016-04-29 06:50:49vstinnerlinkissue26881 messages
2016-04-29 06:50:49vstinnercreate