[issue32560] [EASY C] inherit the py launcher's STARTUPINFO

Steve Dower report at bugs.python.org
Sat Feb 2 11:13:54 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32560>
_______________________________________


More information about the Python-bugs-list mailing list