[Bug 50004] [5.19 regression] wine hangs running simple batch process Python script

WineHQ Bugzilla wine-bugs at winehq.org
Thu Oct 15 05:45:13 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=50004

--- Comment #2 from xantares <xantares09 at hotmail.com> ---
To reproduce:

$ wget https://www.python.org/ftp/python/3.8.6/python-3.8.6-embed-win32.zip &&
unzip python-3.8.6-embed-win32.zip
$ wine python.exe -c "import subprocess; proc = subprocess.Popen('echo hello',
shell=True, stdout=subprocess.PIPE); stdout_data, stderr_data =
proc.communicate(); ret = proc.poll(); print(ret, stdout_data, stderr_data)"

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list