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 Abraham Karplus, asvetlov, gpolo, gvanrossum, serhiy.storchaka
Date 2012-12-03.14:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354544715.56.0.0415940284054.issue16582@psf.upfronthosting.co.za>
In-reply-to
Content
The code was changed in the changeset e8a2a5e4c7b0.

> def _exit(code='0'):
>-       import sys
>-       sys.exit(getint(code))
>+       raise SystemExit, code

I think it is a bug and should be fixed.
History
Date User Action Args
2012-12-03 14:25:15serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, gpolo, asvetlov, Abraham Karplus
2012-12-03 14:25:15serhiy.storchakasetmessageid: <1354544715.56.0.0415940284054.issue16582@psf.upfronthosting.co.za>
2012-12-03 14:25:15serhiy.storchakalinkissue16582 messages
2012-12-03 14:25:15serhiy.storchakacreate