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 dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-07-25.14:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532530468.57.0.56676864532.issue34225@psf.upfronthosting.co.za>
In-reply-to
Content
_msvccompiler reads the INCLUDE and LIB environment variables when building and adds each directory to the command line. However, if any of these end with os.sep (specifically, '\'), then it will escape the quoting and break the entire command.

We should rstrip(os.sep) on each item from this list.
History
Date User Action Args
2018-07-25 14:54:28steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, eric.araujo, zach.ware, dstufft
2018-07-25 14:54:28steve.dowersetmessageid: <1532530468.57.0.56676864532.issue34225@psf.upfronthosting.co.za>
2018-07-25 14:54:28steve.dowerlinkissue34225 messages
2018-07-25 14:54:28steve.dowercreate