[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 seconds later got the above again.  
So, for me, un-iterruptable delay yes (possibly in remote server), crash no.

--
nosy: +terry.reedy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22912
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 thread on StackOverflow where I originally posted about this bug, 
assuming it was an issue in my code, before other people let me know that the 
problem wasn't my code, but with Python 2.7.8, on both Windows 7 and OS X, and 
that in older versions of Python, such as 2.7.6, the code works fine.

http://stackoverflow.com/questions/27025998/urllib-urlretreive-completely-locks-up-python

--
components: Library (Lib)
messages: 231492
nosy: TaylorSMarks
priority: normal
severity: normal
status: open
title: urlretreive locks up in 2.7.8
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22912
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 information, including a copy of the exception 
traceback or other info when the failure occurs.

--
nosy: +ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22912
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com