Message 334749 - Python tracker (original) (raw)

Message334749

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:55 steve.dower set recipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, eryksun, GeekyShacklebolt
2019-02-02 16:13:54 steve.dower set messageid: 1549124034.11.0.101001932527.issue32560@roundup.psfhosted.org
2019-02-02 16:13:54 steve.dower link issue32560 messages
2019-02-02 16:13:53 steve.dower create