]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95388: Suppress deprecation warning in test_immutable_type_with_mutable_base ...
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Mon, 8 Aug 2022 10:15:57 +0000 (12:15 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2022 10:15:57 +0000 (12:15 +0200)
commit78a85a34ea2583b8489eeafba5b2018fa2048a4d
tree4e00d67521814703f760078714e0338d3635ccb4
parent0c14f07256ffc53e2bd0fe68e48db9dfc90dd5dc
gh-95388: Suppress deprecation warning in test_immutable_type_with_mutable_base (GH-95728)

When 3.14 kicks in, it'll be a RuntimeError;
the test will correctly fail then.
Lib/test/test_capi.py