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 belopolsky
Recipients belopolsky, eryksun, ethan.furman, skrah
Date 2015-04-24.17:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429896279.29.0.943906256338.issue24052@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the truncation limits should be OS dependent and preserve the values to the extent possible on a given platform.  I just want to avoid a situation when sys.exit(code) returns zero for a non-zero code.

BTW, what does sys.exit(2**63) return on Windows?
History
Date User Action Args
2015-04-24 17:24:39belopolskysetrecipients: + belopolsky, skrah, ethan.furman, eryksun
2015-04-24 17:24:39belopolskysetmessageid: <1429896279.29.0.943906256338.issue24052@psf.upfronthosting.co.za>
2015-04-24 17:24:39belopolskylinkissue24052 messages
2015-04-24 17:24:39belopolskycreate