diff options
author | Brett Cannon <54418+brettcannon@users.noreply.github.com> | 2019-07-12 22:35:34 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-07-12 22:35:34 (GMT) |
commit | 0827064c955f88df8ba5621d8e3d81be3cfc26a9 (patch) | |
tree | e7d8683877b5226ac3131509bcf36f0b762ed0a3 /Doc/faq/installed.rst | |
parent | a65c977552507dd19d2cc073fc91ae22cc66bbff (diff) | |
download | cpython-0827064c955f88df8ba5621d8e3d81be3cfc26a9.zip cpython-0827064c955f88df8ba5621d8e3d81be3cfc26a9.tar.gz cpython-0827064c955f88df8ba5621d8e3d81be3cfc26a9.tar.bz2 |
bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723)
Fix importlib examples to insert any newly created modules via importlib.util.module_from_spec() immediately into sys.modules instead of after calling loader.exec_module().
Thanks to Benjamin Mintz for finding the bug.
https://bugs.python.org/issue37521
Diffstat (limited to 'Doc/faq/installed.rst')
0 files changed, 0 insertions, 0 deletions