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 iritkatriel
Recipients iritkatriel
Date 2021-08-26.15:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629991523.03.0.713771310872.issue45017@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-08-26 15:25:23iritkatrielsetrecipients: + iritkatriel
2021-08-26 15:25:23iritkatrielsetmessageid: <1629991523.03.0.713771310872.issue45017@roundup.psfhosted.org>
2021-08-26 15:25:23iritkatriellinkissue45017 messages
2021-08-26 15:25:22iritkatrielcreate