]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:09:45 +0000 (15:09 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 13:09:45 +0000 (15:09 +0200)
commitc5655aa6ad120d2ed7f255bebd6e8b71a9c07dde
treea6d462739410263b12c282133e308a7afe86e28f
parent5f90abaa786f994db3907fc31e2ee00ea2cf0929
[3.11] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122506)

(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