]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146059: Call fast_save_leave() in pickle save_frozenset() (#146173)
authorVictor Stinner <vstinner@python.org>
Thu, 26 Mar 2026 16:35:27 +0000 (17:35 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 16:35:27 +0000 (17:35 +0100)
commit5c0dcb3e0d817bd8c28e8efcdb97103cd9210989
tree2f07362097fca2bcd574ab51ce93cf7cabf4d24e
parente44993a6654de99018404960f816e57797511675
gh-146059: Call fast_save_leave() in pickle save_frozenset() (#146173)

Add more pickle tests: test also nested structures.
Lib/test/pickletester.py
Modules/_pickle.c