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.
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 |
4 years ago | |
|---|---|---|
| .. | ||
| _static | 7 years ago | |
| _templates | 6 years ago | |
| images | 7 years ago | |
| .gitignore | 8 years ago | |
| Makefile | 7 years ago | |
| ansible_detailed.rst | 4 years ago | |
| api.rst | 4 years ago | |
| changelog.rst | 4 years ago | |
| conf.py | 5 years ago | |
| contributors.rst | 7 years ago | |
| domainrefs.py | 6 years ago | |
| examples.rst | 7 years ago | |
| getting_started.rst | 6 years ago | |
| howitworks.rst | 4 years ago | |
| index.rst | 6 years ago | |
| internals.rst | 6 years ago | |
| pickle-substitutes.ods | 8 years ago | |
| requirements.txt | 6 years ago | |
| services.rst | 7 years ago | |
| toc.rst | 6 years ago | |