You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d2ca8a9423
Co-authored-by: Stefano Rivera <stefano@rivera.za.net> When the requested module (e.g. ansible.module_utils.distro) - is provided by another module *e.g. distro) - that itself was a package (e.g. distro 1.7.0) At runtime - ansible/module_utils/distro/__init__.py executes - if https://pypi.org/project/distro/ is present, it's loaded as ansible.module_utils.distro - otherwise ansible/module_utils/distro/_distro.py is loaded ParentEnumerationMethod would wrongly use whatever was in sys.modules['ansible.module_utils.distro]. Instead we should ascend to the first parent that has fullname == sys.modules[fullname].__name__. Then descend to the appropriate .py file on disk. This bug didn't show up before because until distro 1.7.0 (Feb 2022) the top-level distro module was a module (distro.py) not a package (distro/__init__.py) fixes #906 |
3 years ago | |
---|---|---|
.. | ||
_static | 6 years ago | |
_templates | 5 years ago | |
images | 6 years ago | |
.gitignore | 7 years ago | |
Makefile | 6 years ago | |
ansible_detailed.rst | 3 years ago | |
api.rst | 3 years ago | |
changelog.rst | 3 years ago | |
conf.py | 4 years ago | |
contributors.rst | 6 years ago | |
domainrefs.py | 5 years ago | |
examples.rst | 6 years ago | |
getting_started.rst | 5 years ago | |
howitworks.rst | 3 years ago | |
index.rst | 5 years ago | |
internals.rst | 5 years ago | |
pickle-substitutes.ods | 7 years ago | |
requirements.txt | 5 years ago | |
services.rst | 6 years ago | |
toc.rst | 5 years ago |