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 steve.dower
Recipients GeekyShacklebolt, eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-02-02.16:13:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549124034.11.0.101001932527.issue32560@roundup.psfhosted.org>
In-reply-to
Content
Hi Shiva, sorry for not noticing your PR earlier.

I have one question for Eryk, who may be able to answer more easily than I can: do we need to initialize cbSize before calling GetStartupInfoW()?

The docs[1] don't seem to suggest it, and I can't look at the implementation of that API until Monday, but perhaps you know?

1: https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-getstartupinfow
History
Date User Action Args
2019-02-02 16:13:55steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, eryksun, GeekyShacklebolt
2019-02-02 16:13:54steve.dowersetmessageid: <1549124034.11.0.101001932527.issue32560@roundup.psfhosted.org>
2019-02-02 16:13:54steve.dowerlinkissue32560 messages
2019-02-02 16:13:53steve.dowercreate