community.general/lib/ansible/vars
Matt Martz 9b2baebe64
Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337)
* Don't use copy.deepcopy in high workload areas, use deepishcopy. ci_complete

* Add tests

* Add changelog fragment

* rename to naive_deepcopy and add extra docs

* Rename to module_response_deepcopy and move to vars/clean
2018-08-20 15:08:29 -05:00
..
__init__.py
clean.py Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337) 2018-08-20 15:08:29 -05:00
hostvars.py Only template each hostvars var on-demand (fixes #33259) 2018-02-15 10:09:04 -05:00
manager.py Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337) 2018-08-20 15:08:29 -05:00
reserved.py Error if a module is found to shadow a reserved keyword (#34649) 2018-04-10 09:26:27 -05:00
unsafe_proxy.py