bpo-40275: Move TransientResource to test_urllib2net by vstinner · Pull Request #20812 · python/cpython

@vstinner

Move TransientResource, time_out, socket_peer_reset and
ioerror_peer_reset from test.support to test_urllib2net.

Remove "import errno" from test.support.

@vstinner vstinner deleted the support_transient_res branch

June 11, 2020 16:26

This was referenced

May 23, 2022

This was referenced

May 24, 2022

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

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 <me@the-compiler.org>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

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 <me@the-compiler.org>

vstinner pushed a commit that referenced this pull request

May 24, 2022
The code was moved out of test.support in
311110a (GH-20812), thus making
ResourceDenied undefined.

miss-islington added a commit that referenced this pull request

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 <me@the-compiler.org>

miss-islington added a commit that referenced this pull request

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 <me@the-compiler.org>