[New-bugs-announce] [issue26881] modulefinder should reuse the dis module
STINNER Victor
report at bugs.python.org
Fri Apr 29 02:50:49 EDT 2016
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 <report at bugs.python.org>
<http://bugs.python.org/issue26881>
_______________________________________
More information about the New-bugs-announce
mailing list