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 shinnai
Recipients shinnai
Date 2012-02-01.13:03:45
SpamBayes Score 3.165366e-05
Marked as misclassified No
Message-id <1328101426.59.0.731366036036.issue13917@psf.upfronthosting.co.za>
In-reply-to
Content
These lines make Python 2.7.2 and 3.2.2 crash

import os
os.execl("cmd.exe", "")

Regards
History
Date User Action Args
2012-02-01 13:03:46shinnaisetrecipients: + shinnai
2012-02-01 13:03:46shinnaisetmessageid: <1328101426.59.0.731366036036.issue13917@psf.upfronthosting.co.za>
2012-02-01 13:03:45shinnailinkissue13917 messages
2012-02-01 13:03:45shinnaicreate