1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-17 15:04:14 +00:00
community.general/lib
Brian Harring 2174230315 USE subprocess.Popen API correctly.
When collecting stdout/stderr *and* feeding data into a Popen instance,
communicate() must be used to avoid a known deadlocking scenario
when data sizes cross PIPE_BUF (which can be as small as 512, although should
be much larger in practice on linux).
2013-09-29 23:22:09 -04:00
..
ansible USE subprocess.Popen API correctly. 2013-09-29 23:22:09 -04:00