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 serhiy.storchaka
Recipients serhiy.storchaka, stefan
Date 2020-04-10.22:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586559025.37.0.49290609216.issue40249@roundup.psfhosted.org>
In-reply-to
Content
globals is only used when level > 0, to resolve relative names like in `import ..foo`. You have to set keys __package__ and __spec__ or __name__ and __path__ in this case.
History
Date User Action Args
2020-04-10 22:50:25serhiy.storchakasetrecipients: + serhiy.storchaka, stefan
2020-04-10 22:50:25serhiy.storchakasetmessageid: <1586559025.37.0.49290609216.issue40249@roundup.psfhosted.org>
2020-04-10 22:50:25serhiy.storchakalinkissue40249 messages
2020-04-10 22:50:25serhiy.storchakacreate