-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
[2.7] bpo-27973 - urlretrive fails on second ftp transfer. #17774
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
Conversation
…or the desired behavior under windows platform. Suggestion by David Bolen
@benjaminp please review this. This will fix 2.7 windows build bots. |
@orsenthil: Please replace |
I am not sure why we are seeing these buildbot failures on 2.7 branch. |
@orsenthil Please, Ignore this failure - I was trying to fix something on the server at the same time :( Apologies for the noise 😢 |
Thanks, @pablogsal |
I have re-triggered a build of all the 2.7 buildbots that failed (with the correct build steps) si they should be green in some minutes. Apologies again for the noise. |
@orsenthil By the way, I will announce this soon (still secret 😉 ) but now you can use the "🔨 test-with-buildbots" label to require all buildbots to report to the PR before merging! 🎉 |
this will be super cool ! Thank you very much for this feature. :-) |
Fix the permission denied errors on Windows.
This is a fix for the permission denied error observed on windows buildbots.
https://bugs.python.org/issue27973