This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 vstinner
收信人 brian.curtin, lemburg, loewis, tim.golden, vstinner
日期 2011-03-03.09:16:59
SpamBayes Score 0.00016556088
Marked as misclassified
Message-id <1299143821.27.0.39805982049.issue11377@psf.upfronthosting.co.za>
In-reply-to
内容
> 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:01vstinner修改recipients: + vstinner, lemburg, loewis, tim.golden, brian.curtin
2011-03-03 09:17:01vstinner修改messageid: <1299143821.27.0.39805982049.issue11377@psf.upfronthosting.co.za>
2011-03-03 09:17:00vstinner链接issue11377 messages
2011-03-03 09:16:59vstinner创建