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 steve.dower
Recipients berker.peksag, cgohlke, eryksun, ezio.melotti, paul.moore, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-15.19:17:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473967026.21.0.148163921031.issue28114@psf.upfronthosting.co.za>
In-reply-to
Content
We already use HAVE_WEXECV and HAVE_WSPAWNV elsewhere to choose the wide-char versions of these functions. You've got a few changes to make if you want to maintain consistency.

Personally I prefer feature flags to platform flags, then let pyconfig.h control them, especially when we're not directly using platform-specific APIs.
History
Date User Action Args
2016-09-15 19:17:06steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, ezio.melotti, cgohlke, python-dev, berker.peksag, zach.ware, serhiy.storchaka, eryksun
2016-09-15 19:17:06steve.dowersetmessageid: <1473967026.21.0.148163921031.issue28114@psf.upfronthosting.co.za>
2016-09-15 19:17:06steve.dowerlinkissue28114 messages
2016-09-15 19:17:06steve.dowercreate