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 MrTroble
Recipients MrTroble, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-24.15:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595606081.95.0.551964515363.issue41386@roundup.psfhosted.org>
In-reply-to
Content
Following problem occurred.

A C style program can have negative return codes. However this is not correctly implemented in the Windows API. Therefore it is being returned as unsigned long by the API hence it leads to ambiguity while comparing return codes.

For reference regarding this topic see:
https://docs.microsoft.com/en-us/cpp/cpp/main-function-command-line-args?redirectedfrom=MSDN&view=vs-2019
https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getexitcodeprocess

I suggest a
History
Date User Action Args
2020-07-24 15:54:41MrTroblesetrecipients: + MrTroble, paul.moore, tim.golden, zach.ware, steve.dower
2020-07-24 15:54:41MrTroblesetmessageid: <1595606081.95.0.551964515363.issue41386@roundup.psfhosted.org>
2020-07-24 15:54:41MrTroblelinkissue41386 messages
2020-07-24 15:54:41MrTroblecreate