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, ethan.furman, gdr@garethrees.org, mark.dickinson, refi64, serhiy.storchaka, terry.reedy
Date 2015-04-23.22:31:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429828312.6.0.848079947333.issue14376@psf.upfronthosting.co.za>
In-reply-to
Content
"errors should not pass silently"

The "fix" makes the problem worse.

Why would anyone want to pass a long integer to exit?

I bet the user who discovered this problem had something like 0L or 1L coming from a lazily written C extension.
History
Date User Action Args
2015-04-23 22:31:52belopolskysetrecipients: + belopolsky, terry.reedy, mark.dickinson, ethan.furman, gdr@garethrees.org, serhiy.storchaka, refi64
2015-04-23 22:31:52belopolskysetmessageid: <1429828312.6.0.848079947333.issue14376@psf.upfronthosting.co.za>
2015-04-23 22:31:52belopolskylinkissue14376 messages
2015-04-23 22:31:52belopolskycreate