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 samuelmarks
Recipients paul.moore, samuelmarks, steve.dower, tim.golden, zach.ware
Date 2021-06-06.10:52:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622976753.3.0.202660001296.issue44321@roundup.psfhosted.org>
In-reply-to
Content
`EXIT_SUCCESS` is defined in `stdlib.h`, as per https://docs.microsoft.com/en-us/cpp/c-runtime-library/exit-success-exit-failure (following the standard https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdlib.h.html)

There are also https://docs.microsoft.com/en-us/cpp/c-runtime-library/errno-constants which has many equivalents to the `<sysexists.h>` (in `<errno.h>`).

Kinda related: https://bugs.python.org/issue24053
History
Date User Action Args
2021-06-06 10:52:33samuelmarkssetrecipients: + samuelmarks, paul.moore, tim.golden, zach.ware, steve.dower
2021-06-06 10:52:33samuelmarkssetmessageid: <1622976753.3.0.202660001296.issue44321@roundup.psfhosted.org>
2021-06-06 10:52:33samuelmarkslinkissue44321 messages
2021-06-06 10:52:33samuelmarkscreate