]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH...
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 23 Jun 2021 23:46:25 +0000 (01:46 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 23:46:25 +0000 (16:46 -0700)
commit0a3452e7cf00c51ab1af0f674b670520b09f0e39
tree8efbb430884138d24a4a0b4d3fe8eff51aa157e2
parentece3841d3ddf38875b997eb919488cbb911a66e2
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) (GH-26885)

(cherry picked from commit 4f725261c6cf23d259e8fdc205e12b76ef4d2d31fbff5387c3e1f3904420fa5a27738c6c5881305b, and 8cec740820fc875117bfa7b6bdb10202ebeb8fd5)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Automerge-Triggered-By: GH:vstinner
16 files changed:
Doc/library/test.rst
Lib/sqlite3/test/dbapi.py
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