summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Davis <6775756+nitzmahone@users.noreply.github.com>2022-06-09 08:11:00 -0700
committerGitHub <noreply@github.com>2022-06-09 10:11:00 -0500
commit482ce8fa8bf100ccad50f10fd8116fd732ae99db (patch)
tree7d7748e9aa596e7bc6fcc6dd0edcdfd4fb4aefa2 /changelogs
parent2cc9333e9733f43a6269c9fa58ea2e18246a12aa (diff)
downloadansible-482ce8fa8bf100ccad50f10fd8116fd732ae99db.tar.gz
fix pip module resolution (#78000) (#78005)
* `importlib.util` appears to be lazily imported and is sometimes unavailable as an attribute of `importlib` without an explicit import (cherry picked from commit 6e78425f8d6edbfd95faf5c3c2c05c6d3f038758)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/pip-lazy-import.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/pip-lazy-import.yml b/changelogs/fragments/pip-lazy-import.yml
new file mode 100644
index 0000000000..dd5d6b5b8a
--- /dev/null
+++ b/changelogs/fragments/pip-lazy-import.yml
@@ -0,0 +1,2 @@
+bugfixes:
+- pip - fix cases where resolution of pip Python module fails when importlib.util has not already been imported