[issue22662] subprocess.Popen.communicate causing local tty terminal settings to change inconsistently

2015-12-29 Thread Jan Spurny
Jan Spurny added the comment: (The video file must exist for this to work) -- ___ Python tracker <http://bugs.python.org/issue22662> ___ ___ Python-bugs-list m

[issue22662] subprocess.Popen.communicate causing local tty terminal settings to change inconsistently

2015-12-29 Thread Jan Spurny
Jan Spurny added the comment: I'm probably experiencing the same problem - and I've found a way to demonstrate it (almost) reliably: import multiprocessing import subprocess import os def x(): fn = '/tmp/somevideo.avi' p = subprocess.Pope