[issue36441] Cannot create venv with debug binaries installed

2019-03-28 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue36441] Cannot create venv with debug binaries installed

2019-03-27 Thread miss-islington
miss-islington added the comment: New changeset 65445f65e6080310d612f73083ba172eb2c6e326 by Miss Islington (bot) in branch '3.7': bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566) https://github.com/python/cpython/commit/65445f65e6080310d612f73083ba172eb2c6e326

[issue36441] Cannot create venv with debug binaries installed

2019-03-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +12533 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36441] Cannot create venv with debug binaries installed

2019-03-27 Thread Steve Dower
Steve Dower added the comment: New changeset 4a9a505d6f2474a570422dad89f8d1b344d6cd36 by Steve Dower in branch 'master': bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) https://github.com/python/cpython/commit/4a9a505d6f2474a570422dad89f8d1b344d6cd36 --

[issue36441] Cannot create venv with debug binaries installed

2019-03-26 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +12511 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue36441] Cannot create venv with debug binaries installed

2019-03-26 Thread Steve Dower
Steve Dower added the comment: Thanks! Two issues here: * symlink_or_copy doesn't verify that the source file exists after rewriting the path * Tools/msi/lib/lib_files.wxs doesn't include the debug launchers -- ___ Python tracker

[issue36441] Cannot create venv with debug binaries installed

2019-03-26 Thread Christian Ullrich
New submission from Christian Ullrich : Creating a venv using "py -m venv" fails when the debug binaries are installed in the system-wide installation. Note the below uses the 32-bit installation, but that is probably not significant. C:\Daten\pyv>py -3.7-32 -m venv v37-32 Error: [Errno 2] N

[issue36441] Cannot create venv with debug binaries installed

2019-03-26 Thread Christian Ullrich
Christian Ullrich added the comment: Python version is 3.7.3. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri