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

(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