]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Aug 2024 13:10:52 +0000 (15:10 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 13:10:52 +0000 (15:10 +0200)
commit3f5d9d12c74787fbf3f5891835c85cc15526c86d
tree377f32e08fb22c984e81bece3ceb94881719c7d4
parent06fa244666ec6335a3b9bf2367e31b42b9a89b20
[3.9] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122508)

(cherry picked from commit f071f01b7b7e19d7d6b3a4b0ec62f820ecb14660)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/socket.py
Lib/test/test_socket.py