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 berker.peksag
Recipients berker.peksag, cgohlke, eryksun, ezio.melotti, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-14.07:28:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473838091.89.0.197869784415.issue28114@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch for Unix. I will add Windows support when I get my Windows VM.

> [...] (and add a test - test_crashers, presumably?) [...]

Unfortunately, test_crashers doesn't run since 2011 (skipped in 481ad9129a0f.) parse_envlist() is only used by os.execve() and os.spawnve() so I'm not sure what's the best way to test the patch (other than adapting Eryk's snippet in msg276241.)
History
Date User Action Args
2016-09-14 07:28:12berker.peksagsetrecipients: + berker.peksag, paul.moore, vstinner, tim.golden, ezio.melotti, cgohlke, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-09-14 07:28:11berker.peksagsetmessageid: <1473838091.89.0.197869784415.issue28114@psf.upfronthosting.co.za>
2016-09-14 07:28:11berker.peksaglinkissue28114 messages
2016-09-14 07:28:11berker.peksagcreate