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 barry
Recipients barry, brett.cannon, eric.snow, maggyero, mdk, ncoghlan
Date 2019-01-18.19:16:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547838996.18.0.0959126702378.issue35321@roundup.psfhosted.org>
In-reply-to
Content
Frozen module's origin isn't really documented AFAICT.  Here's the link to the library reference:

https://docs.python.org/3/library/importlib.html?highlight=origin#importlib.machinery.ModuleSpec.origin

The language reference doesn't really have anything to say here.  I think it wouldn't be difficult to add 'frozen' to the origin, but it should also be documented in the library reference (and of course, tested).
History
Date User Action Args
2019-01-18 19:16:37barrysetrecipients: + barry, brett.cannon, ncoghlan, eric.snow, mdk, maggyero
2019-01-18 19:16:36barrysetmessageid: <1547838996.18.0.0959126702378.issue35321@roundup.psfhosted.org>
2019-01-18 19:16:36barrylinkissue35321 messages
2019-01-18 19:16:36barrycreate