消息 [129941]
> Does subprocess work from inside Windows GUI applications?
You mean: Python embedded in another program? I don't know. How can I test that?
I never see any warning in subprocess documentation saying that subprocess doesn't work on Windows in some cases. subprocess uses CreateProcessW() (by _subprocess.CreateProcess).
I suppose that CreateProcessW() can always be used.
Note: subprocess does still support Windows 9x. But there is an issue to drop this support: #2405 (Drop w9xpopen and all dependencies). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-03-03 09:17:01 | vstinner | 修改 | recipients:
+ vstinner, lemburg, loewis, tim.golden, brian.curtin |
| 2011-03-03 09:17:01 | vstinner | 修改 | messageid: <1299143821.27.0.39805982049.issue11377@psf.upfronthosting.co.za> |
| 2011-03-03 09:17:00 | vstinner | 链接 | issue11377 messages |
| 2011-03-03 09:16:59 | vstinner | 创建 | |
|