summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNina Zakharenko <nzakharenko@gmail.com>2019-02-05 00:56:26 (GMT)
committerBarry Warsaw <barry@python.org>2019-02-05 00:56:26 (GMT)
commit69091cb497b2f0fe7e2789b30b43cf78caf9de9b (patch)
tree60e8125f1d1a74a77ffef29d97eed71e8de13383 /Misc
parent89427cd0feae25bbc8693abdccfa6a8c81a2689c (diff)
downloadcpython-69091cb497b2f0fe7e2789b30b43cf78caf9de9b.zip
cpython-69091cb497b2f0fe7e2789b30b43cf78caf9de9b.tar.gz
cpython-69091cb497b2f0fe7e2789b30b43cf78caf9de9b.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-02-02-01-53-36.bpo-35321.1Y4DU4.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-02-02-01-53-36.bpo-35321.1Y4DU4.rst b/Misc/NEWS.d/next/Library/2019-02-02-01-53-36.bpo-35321.1Y4DU4.rst
new file mode 100644
index 0000000..aa22384
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-02-02-01-53-36.bpo-35321.1Y4DU4.rst
@@ -0,0 +1 @@
+Set ``__spec__.origin`` of ``_frozen_importlib`` to frozen so that it matches the behavior of ``_frozen_importlib_external``. Patch by Nina Zakharenko. \ No newline at end of file