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 serhiy.storchaka
Recipients belopolsky, eryksun, ethan.furman, r.david.murray, serhiy.storchaka, skrah, steven.daprano
Date 2015-05-02.04:42:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430541741.35.0.716349881588.issue24052@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2 prints large return code only by accident, because it have unsupported type (sys.exit supports only int, not long). This is considered as a bug (issue14376) because small return codes of type long (0L or 1L) are printed too.

I don't think this issue need other fix besides a note that the program can return "success" for some non-zero values.
History
Date User Action Args
2015-05-02 04:42:21serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, steven.daprano, r.david.murray, skrah, ethan.furman, eryksun
2015-05-02 04:42:21serhiy.storchakasetmessageid: <1430541741.35.0.716349881588.issue24052@psf.upfronthosting.co.za>
2015-05-02 04:42:21serhiy.storchakalinkissue24052 messages
2015-05-02 04:42:21serhiy.storchakacreate