[New-bugs-announce] [issue45017] move opcode-related logic from modulefinder to dis

Irit Katriel report at bugs.python.org
Thu Aug 26 11:25:23 EDT 2021


New submission from Irit Katriel <iritkatriel at gmail.com>:

The modulefinder library module has logic that understands particular opcodes (such as the scan_opcodes method). This should be encapsulated in the dis module, and modulefinder should not process opcodes directly.

----------
components: Library (Lib)
messages: 400355
nosy: iritkatriel
priority: normal
severity: normal
status: open
title: move opcode-related logic from modulefinder to dis
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45017>
_______________________________________


More information about the New-bugs-announce mailing list