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:53:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429898023.12.0.983074446729.issue24052@psf.upfronthosting.co.za>
In-reply-to
Content
--> sys.exit(2**63)
9223372036854775808

Interesting.  So it is probably not unheard of in the Windows world to use errors codes like 1000,1001,..1024,.. to avoid conflicts with "system" codes.

Maybe on POSIX systems, sys.code(code) should print code and return say 255 for code outside of -255..255 range?
History
Date User Action Args
2015-04-24 17:53:43belopolskysetrecipients: + belopolsky, skrah, ethan.furman, eryksun
2015-04-24 17:53:43belopolskysetmessageid: <1429898023.12.0.983074446729.issue24052@psf.upfronthosting.co.za>
2015-04-24 17:53:43belopolskylinkissue24052 messages
2015-04-24 17:53:42belopolskycreate