Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] bpo-27973 - urlretrive fails on second ftp transfer. #17774

Open
wants to merge 1 commit into
base: 2.7
from

Conversation

@orsenthil
Copy link
Member

orsenthil commented Dec 31, 2019

Fix the permission denied errors on Windows.

This is a fix for the permission denied error observed on windows buildbots.

Tests result: FAILURE then FAILURE
test test_urllibnet failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\test\test_urllibnet.py", line 232, in test_multiple_ftp_retrieves
    "multiple times.\n Error message was : %s" % e)
AssertionError: Failed FTP retrieve while accessing ftp url multiple times.
 Error message was : [Errno 13] Permission denied: 'd:\\temp\\tmpiuquqa'
Example failure:

https://buildbot.python.org/all/#/builders/209/builds/4

https://bugs.python.org/issue27973

Fix the permission denied errors on Windows.
@orsenthil orsenthil added the skip news label Dec 31, 2019
@orsenthil orsenthil changed the title bpo-27973 - urlretrive fails on second ftp transfer. [2.7] bpo-27973 - urlretrive fails on second ftp transfer. Dec 31, 2019
@aeros aeros added the OS-windows label Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.