]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Fix test_xpickle for Python 3.14 and older (#145069)
authorVictor Stinner <vstinner@python.org>
Sat, 21 Feb 2026 12:05:35 +0000 (13:05 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Feb 2026 12:05:35 +0000 (13:05 +0100)
commit2133e16bfe6d0a93c26873e82fd52a27bbf75774
tree1496f98ecb5ac442582fcaab0f7b4aadde21e90a
parent34f4fa8425afed341e44921033b130ba7d099337
gh-141510: Fix test_xpickle for Python 3.14 and older (#145069)

Skip tests on frozendict on Python 3.14 and older.
Lib/test/pickletester.py