Message 334193 - Python tracker

Message334193

Author tom.wilson
Recipients June Kim, davin, pitrou, remi.lapeyre, tom.wilson, vstinner
Date 2019-01-22.00:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548115786.22.0.291986943302.issue35627@roundup.psfhosted.org>
In-reply-to
Content
Hi there. I get this behavior as well, although only in a venv.

                      Main       Virtual      
v3.7.1:260ec2c36a  Completes    Completes
v3.7.2:9a3ffc0492  Completes      Hangs

Some other details of my setup:
 - Windows 10 Pro, Version 1803 (OS Build 17134.472)
 - Python platform is AMD64 on win32
 - Running from the command line (cmd.exe)
 - The virtual environment was created from the command line like this: 
     .\python -m venv c:\temp\Py-3.7.2b-Venv
History
Date User Action Args
2019-01-22 00:09:48tom.wilsonsetrecipients: + tom.wilson, pitrou, vstinner, davin, remi.lapeyre, June Kim
2019-01-22 00:09:46tom.wilsonsetmessageid: <1548115786.22.0.291986943302.issue35627@roundup.psfhosted.org>
2019-01-22 00:09:46tom.wilsonlinkissue35627 messages
2019-01-22 00:09:46tom.wilsoncreate