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.
ansible/lib/ansible/executor
Matt Davis 1424484be0
Prevent stdio deadlock in forked children (#79522)
* background threads writing to stdout/stderr can cause children to deadlock if a thread in the parent holds the internal lock on the BufferedWriter wrapper
* prevent writes to std handles during fork by monkeypatching stdout/stderr during display startup to require a mutex lock with fork(); this ensures no background threads can hold the lock during a fork operation
* add integration test that fails reliably on Linux without this fix
2 years ago
..
discovery Python interpreter discovery (#50163) 5 years ago
powershell Fix up sanity problems 2 years ago
process Prevent stdio deadlock in forked children (#79522) 2 years ago
__init__.py ansible/executor: PEP8 compliancy (#24695) 7 years ago
action_write_locks.py Type hint fixes. 2 years ago
interpreter_discovery.py hide distro map since it is not configurable (#78068) 2 years ago
module_common.py Remove unused code. (#78499) 2 years ago
play_iterator.py Propagate ansible_failed_task to an outer rescue (#78676) 2 years ago
playbook_executor.py Move collection playbook output from "warning" to "-v" (#79320) 2 years ago
stats.py Remove collections compat from controller code. 2 years ago
task_executor.py Misc Typo fixes (#79088) 2 years ago
task_queue_manager.py Python 3.9 min for controller (#77566) 2 years ago
task_result.py Fix missing ansible.builtin FQCNs in hardcoded action names (#71824) 4 years ago