New submission from STINNER Victor:

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.

----------
messages: 264468
nosy: Demur Rumed, haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: modulefinder should reuse the dis module
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26881>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to