mirror of https://github.com/ansible/ansible.git
Speedup modify module (#70475)
* speed up modify_module * Remove debugging * ci_complete * Simplify generic_visit, alias to visit, eliminate some attr lookups * ci_complete * Add changelog fragmentpull/70543/head
parent
b0d9deeae3
commit
c4fd5bee00
@ -0,0 +1,5 @@
|
||||
minor_changes:
|
||||
- AnsiballZ - Improve performance of ``ModuleDepFinder`` by using faster
|
||||
lookups and reducing the object types that are walked while looking for
|
||||
``import`` statements.
|
||||
(https://github.com/ansible/ansible/pull/70475)
|
Loading…
Reference in New Issue