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 vstinner
Recipients berker.peksag, cgohlke, eryksun, ezio.melotti, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-14.07:55:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473839703.18.0.977841874511.issue28114@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is not specific to Windows, the following example also crash on Linux:

import os, sys
args = [sys.executable, "-c", "pass"]
os.execve(args[0], args, os.environb)
History
Date User Action Args
2016-09-14 07:55:03vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, cgohlke, berker.peksag, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-09-14 07:55:03vstinnersetmessageid: <1473839703.18.0.977841874511.issue28114@psf.upfronthosting.co.za>
2016-09-14 07:55:03vstinnerlinkissue28114 messages
2016-09-14 07:55:03vstinnercreate