[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2020-04-17 Thread miss-islington
miss-islington added the comment: New changeset c46dc6f72b4b23a33e66f196f174602d520716df by Miss Islington (bot) in branch '3.7': bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) https://github.com/python/cpython/commit/c46dc6f72b4b23a33e66f196f174602d520716df

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2020-04-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +18916 pull_request: https://github.com/python/cpython/pull/19576 ___ Python tracker ___ __

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2019-10-16 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2019-10-16 Thread miss-islington
miss-islington added the comment: New changeset 7773d391f8261a97af502ecfa74a2a588ee05f36 by Miss Islington (bot) in branch '3.8': bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) https://github.com/python/cpython/commit/7773d391f8261a97af502ecfa74a2a588ee05f36

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2019-10-16 Thread Steve Dower
Steve Dower added the comment: New changeset 7aebbd1182bc818324656b2fb764679faf51fdff by Steve Dower in branch 'master': bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) https://github.com/python/cpython/commit/7aebbd1182bc818324656b2fb764679faf51fdff ---

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2019-10-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +16375 pull_request: https://github.com/python/cpython/pull/16825 ___ Python tracker ___ __

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2019-10-16 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +16374 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16824 ___ Python tracker ___

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2019-10-16 Thread Steve Dower
Steve Dower added the comment: I know what this is - the fix that went into the console executable didn't make it into the windowed executable. -- assignee: -> steve.dower versions: +Python 3.9 ___ Python tracker

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2019-10-15 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: terry.reedy -> components: +Installation title: Microsoft Store app IDLE (Python 3.8) has dependency on msvcp140.dll -> Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll type: crash -> behavior ___ Pyt