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 | |
---|---|---|
.ci | 3 years ago | |
.github | 4 years ago | |
ansible_mitogen | 3 years ago | |
docs | 3 years ago | |
examples | 5 years ago | |
mitogen | 3 years ago | |
scripts | 5 years ago | |
tests | 3 years ago | |
.gitignore | 5 years ago | |
.lgtm.yml | 5 years ago | |
LICENSE | 4 years ago | |
MANIFEST.in | 6 years ago | |
README.md | 3 years ago | |
dev_requirements.txt | 6 years ago | |
preamble_size.py | 3 years ago | |
run_tests | 6 years ago | |
setup.cfg | 4 years ago | |
setup.py | 3 years ago | |
tox.ini | 3 years ago |