]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reloa...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 Jul 2024 08:48:59 +0000 (10:48 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2024 08:48:59 +0000 (08:48 +0000)
commitc21a36112a0028d7ac3cf8f480e0dc88dba5922c
tree0f1c14ac6cce1805660c3bdd6d32ddf62aac5f81
parent4a6365c5f4f118eaa77e7a65d3f04b4c6714b526
[3.13] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (#122504)

gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493)

(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