]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload....
authorRussell Keith-Magee <russell@keith-magee.com>
Wed, 31 Jul 2024 08:24:15 +0000 (16:24 +0800)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2024 08:24:15 +0000 (10:24 +0200)
commitf071f01b7b7e19d7d6b3a4b0ec62f820ecb14660
treed4f6a25a18fc0ca8de86794a78cc62646a390d7e
parentd01fd240517e0c5fb679686a93119d0aa6b0fc0f
gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (#122493)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/socket.py
Lib/test/test_socket.py