]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] 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:11:22 +0000 (15:11 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 13:11:22 +0000 (15:11 +0200)
commite319f774f9e766a2b92949444a2d46081df3363a
treeb781d700486f7fc89ff450bbbdaa005c288845f1
parent2621a8a40ba4b2c68ca564671b7daa5da80a4508
[3.8] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122509)

(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