-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
ResourceDenied
raised in TransientResource
but not imported in test_urllib2net
#93112
Comments
Ah right, do you want to propose a fix? |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 24, 2022
…ythonGH-93113) The code was moved out of test.support in 311110a (pythonGH-20812), thus making ResourceDenied undefined. (cherry picked from commit 37c9a35) Co-authored-by: Florian Bruhin <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 24, 2022
…ythonGH-93113) The code was moved out of test.support in 311110a (pythonGH-20812), thus making ResourceDenied undefined. (cherry picked from commit 37c9a35) Co-authored-by: Florian Bruhin <[email protected]>
vstinner
pushed a commit
that referenced
this issue
May 24, 2022
miss-islington
added a commit
that referenced
this issue
May 24, 2022
) The code was moved out of test.support in 311110a (GH-20812), thus making ResourceDenied undefined. (cherry picked from commit 37c9a35) Co-authored-by: Florian Bruhin <[email protected]>
miss-islington
added a commit
that referenced
this issue
May 24, 2022
) The code was moved out of test.support in 311110a (GH-20812), thus making ResourceDenied undefined. (cherry picked from commit 37c9a35) Co-authored-by: Florian Bruhin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
TransientResource
was moved out oftest.support
in 311110a (GH-20812) by @vstinner, thus makingResourceDenied
undefined here:cpython/Lib/test/test_urllib2net.py
Line 60 in a458be3
I don't see how to best reproduce this, but I will open a PR with a fix.
(Found by running
flake8
overLib/
out of curiosity, see #93010 (comment))Your environment
The text was updated successfully, but these errors were encountered: