commit | 69091cb497b2f0fe7e2789b30b43cf78caf9de9b | [log] [tgz] |
---|---|---|
author | Nina Zakharenko <nzakharenko@gmail.com> | Mon Feb 04 16:56:26 2019 -0800 |
committer | Barry Warsaw <barry@python.org> | Mon Feb 04 16:56:26 2019 -0800 |
tree | 60e8125f1d1a74a77ffef29d97eed71e8de13383 | |
parent | 89427cd0feae25bbc8693abdccfa6a8c81a2689c [diff] |
bpo-35321: Set the spec origin to frozen in frozen modules (#11732) * bpo-35321: Set the spec origin to frozen in frozen modules This fix correctly sets the spec origin to "frozen" for the _frozen_importlib module. Note that the origin was already correctly set in _frozen_importlib_external. * 📜🤖 Added by blurb_it.