Code review comment for lp:~jspashett/bzr/587868_args_handling_cant_debug

Revision history for this message
Jason Spashett (jspashett) wrote :

Alexander Belchenko wrote:
> does PEB means Process Enviroment Block? http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/NT%20Objects/Process/PEB.html
>
Yes, the RTL_USER_PROCESS_PARAMETERS is in there. All I meant was that
sys.argv in python and GetCommandLineW should look at the same data,
except sys.argv is locale encoded. At least this is what I believe.

« Back to merge proposal