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 roger.serwy
Recipients gpolo, roger.serwy
Date 2012-04-14.22:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334443651.12.0.0797559672329.issue6649@psf.upfronthosting.co.za>
In-reply-to
Content
The existing code will raise an error since os._exit requires an argument. http://docs.python.org/library/os.html#os._exit

The patch looks good to me.
History
Date User Action Args
2012-04-14 22:47:31roger.serwysetrecipients: + roger.serwy, gpolo
2012-04-14 22:47:31roger.serwysetmessageid: <1334443651.12.0.0797559672329.issue6649@psf.upfronthosting.co.za>
2012-04-14 22:47:30roger.serwylinkissue6649 messages
2012-04-14 22:47:30roger.serwycreate