[issue34225] distutils._msvccompiler should trim INCLUDE/LIB directories

2018-07-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +8057 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34225] distutils._msvccompiler should trim INCLUDE/LIB directories

2018-07-29 Thread Steve Dower
Steve Dower added the comment: New changeset 8f6a7e100d68fddc9fb98f5cbdf1981994360407 by Steve Dower (Miss Islington (bot)) in branch '3.6': bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) https://github.com/python/cpython/commit/8f6a7e100d68fddc9fb98f5cb

[issue34225] distutils._msvccompiler should trim INCLUDE/LIB directories

2018-07-26 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue34225] distutils._msvccompiler should trim INCLUDE/LIB directories

2018-07-26 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +8001 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue34225] distutils._msvccompiler should trim INCLUDE/LIB directories

2018-07-26 Thread Steve Dower
Steve Dower added the comment: New changeset 5473f061f518aef5367a535999a407305fb12aff by Steve Dower in branch 'master': bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) https://github.com/python/cpython/commit/5473f061f518aef5367a535999a407305fb12aff --

[issue34225] distutils._msvccompiler should trim INCLUDE/LIB directories

2018-07-25 Thread Steve Dower
New submission from Steve Dower : _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 rst

[issue34225] distutils._msvccompiler should trim INCLUDE/LIB directories

2018-07-25 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +7987 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list