]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146059: Call fast_save_leave() in pickle save_frozenset() (GH-146173) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Mar 2026 08:47:53 +0000 (09:47 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 08:47:53 +0000 (08:47 +0000)
commitde1644cd40be90201f0300ddaef5f4e6e58720a8
tree28b1b6590fc6f683a4781149ef87d5745d253384
parentf4f598a28a52e030124fbf24b89b501d1ffc1647
[3.13] gh-146059: Call fast_save_leave() in pickle save_frozenset() (GH-146173) (#146474)

gh-146059: Call fast_save_leave() in pickle save_frozenset() (GH-146173)

Add more pickle tests: test also nested structures.
(cherry picked from commit 5c0dcb3e0d817bd8c28e8efcdb97103cd9210989)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/pickletester.py
Modules/_pickle.c