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 nnja
Recipients barry, nnja
Date 2019-02-06.22:00:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549490401.35.0.0798819591421.issue35923@roundup.psfhosted.org>
In-reply-to
Content
Update the BuiltinImporter in importllib to set the origin from the shared `loader._ORIGIN` attribute instead of using the hard-coded value of 'built-in' in order to match the functionality of FrozenImporter.

The FrozenImporter was updated to use this attribute in PR GH-11732 (https://github.com/python/cpython/pull/11732)
History
Date User Action Args
2019-02-06 22:00:05nnjasetrecipients: + nnja, barry
2019-02-06 22:00:01nnjasetmessageid: <1549490401.35.0.0798819591421.issue35923@roundup.psfhosted.org>
2019-02-06 22:00:01nnjalinkissue35923 messages
2019-02-06 22:00:01nnjacreate