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 python-dev
Recipients eryksun, paul.moore, python-dev, srinim, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-11-20.04:12:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161120041219.45337.65277.4167D23C@psf.io>
In-reply-to
Content
New changeset 2e1fb851dfb4 by Steve Dower in branch '3.6':
Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv
https://hg.python.org/cpython/rev/2e1fb851dfb4

New changeset ac6de11fbd50 by Steve Dower in branch 'default':
Issue #28732: Adds new errors to spawnv emulation for platforms that only have fork and execv
https://hg.python.org/cpython/rev/ac6de11fbd50
History
Date User Action Args
2016-11-20 04:12:22python-devsetrecipients: + python-dev, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, srinim
2016-11-20 04:12:22python-devlinkissue28732 messages
2016-11-20 04:12:22python-devcreate