]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43988: Use check disallow instantiation helper (GH-26392)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 27 May 2021 06:43:52 +0000 (08:43 +0200)
committerGitHub <noreply@github.com>
Thu, 27 May 2021 06:43:52 +0000 (08:43 +0200)
commitfbff5387c3e1f3904420fa5a27738c6c5881305b
treea4e01083dde3afdde7306e55f70c1493fdc07b0a
parent3e7ee02327db13e4337374597cdc4458ecb9e3ad
bpo-43988: Use check disallow instantiation helper (GH-26392)
14 files changed:
Lib/test/support/__init__.py
Lib/test/test_array.py
Lib/test/test_curses.py
Lib/test/test_dbm_gnu.py
Lib/test/test_embed.py
Lib/test/test_functools.py
Lib/test/test_hashlib.py
Lib/test/test_hmac.py
Lib/test/test_re.py
Lib/test/test_select.py
Lib/test/test_ssl.py
Lib/test/test_threading.py
Lib/test/test_unicodedata.py
Lib/test/test_zlib.py