]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146059: Call fast_save_leave() in pickle save_frozenset() (GH-146173) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Mar 2026 17:02:20 +0000 (18:02 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 17:02:20 +0000 (17:02 +0000)
commite8c3d31b2c3fd630859f453566c19cf6baa25501
tree0f9a2f403cb71ffd1bc1986f52de3a03dcd3d28f
parent25714b3c8224a9a30bb8cb74b2381b693fbe9b56
[3.14] gh-146059: Call fast_save_leave() in pickle save_frozenset() (GH-146173) (#146473)

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