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 gvanrossum, iritkatriel, serhiy.storchaka
Date 2021-09-09.08:55:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631177706.99.0.670863700434.issue45017@roundup.psfhosted.org>
In-reply-to
Content
The modulefinder module shouldn’t know what sequence of opcodes the compiler emits for import. 

For example, if the compiler changes you get a fairly high level test failure that you need to debug. After this refactor the test failure is more obviously pointing to what changed.
History
Date User Action Args
2021-09-09 08:55:07iritkatrielsetrecipients: + iritkatriel, gvanrossum, serhiy.storchaka
2021-09-09 08:55:06iritkatrielsetmessageid: <1631177706.99.0.670863700434.issue45017@roundup.psfhosted.org>
2021-09-09 08:55:06iritkatriellinkissue45017 messages
2021-09-09 08:55:06iritkatrielcreate