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.

Author vstinner
Recipients brian.curtin, lemburg, loewis, tim.golden, vstinner
Date 2011-03-03.09:16:59
SpamBayes Score 0.00016556088
Marked as misclassified No
Message-id <1299143821.27.0.39805982049.issue11377@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2011-03-03 09:17:01vstinnersetrecipients: + vstinner, lemburg, loewis, tim.golden, brian.curtin
2011-03-03 09:17:01vstinnersetmessageid: <1299143821.27.0.39805982049.issue11377@psf.upfronthosting.co.za>
2011-03-03 09:17:00vstinnerlinkissue11377 messages
2011-03-03 09:16:59vstinnercreate