[issue22912] urlretreive locks up in 2.7.8

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has reached EOL, I'm closing this issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue22912] urlretreive locks up in 2.7.8

2014-12-15 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +orsenthil -ned.deily ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22912 ___ ___ Python-bugs-list

[issue22912] urlretreive locks up in 2.7.8

2014-11-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I altered the code to print the return value and ran from Idle 2.7.8 on Win7. It takes about a minute and prints ('chromedriver_win32.zip', httplib.HTTPMessage instance at 0x02E3FE08). When I tried to end the pause with ^C, it was ignored and several

[issue22912] urlretreive locks up in 2.7.8

2014-11-21 Thread Taylor Marks
New submission from Taylor Marks: The following code causes Python 2.7.8 to lockup for ten minutes, then crash, in both Windows 7 and OS X: from urllib import urlretrieve urlretrieve('http://chromedriver.storage.googleapis.com/2.12/chromedriver_win32.zip', 'chromedriver_win32.zip') Here's a

[issue22912] urlretreive locks up in 2.7.8

2014-11-21 Thread Ned Deily
Ned Deily added the comment: Sorry, I'm unable to reproduce the problem using various systems and various version of Python 2.7. And, as I read the StackOverflow comments, it appears that no one else was able to reproduce the problem, either. To investigate further, we would need more