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 dataflake
Recipients dataflake, xtreak
Date 2019-04-15.14:27:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555338423.4.0.0698843588714.issue36633@roundup.psfhosted.org>
In-reply-to
Content
Thank you for the prompt reply.

It turns out this is not a bug in py_compile. Other code we use imports importlib.util briefly for a quick check at module level and then deletes it, also at module scope. Removing the deletion fixes the issue.

Thanks again and apologies!
History
Date User Action Args
2019-04-15 14:27:03dataflakesetrecipients: + dataflake, xtreak
2019-04-15 14:27:03dataflakesetmessageid: <1555338423.4.0.0698843588714.issue36633@roundup.psfhosted.org>
2019-04-15 14:27:03dataflakelinkissue36633 messages
2019-04-15 14:27:03dataflakecreate