]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146059: Cleanup pickle fast_save_enter() test (GH-146481) (#146510)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Mar 2026 10:49:57 +0000 (11:49 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 10:49:57 +0000 (10:49 +0000)
commit9ee6b67ee9839dd46fc7c27aab24deae403b1bbc
treed0cc8ced433d452746409b7ae6ae82ac260738a9
parentde1644cd40be90201f0300ddaef5f4e6e58720a8
[3.13] gh-146059: Cleanup pickle fast_save_enter() test (GH-146481) (#146510)

gh-146059: Cleanup pickle fast_save_enter() test (GH-146481)

Remove {"key": data}, it's not required to reproduce the bug.
Simplify also deep_nested_struct(): remove the seed parameter.
Fix a typo in a comment.
(cherry picked from commit 0c7a75aeef4dae87f02536ed4c42a57c13ef20e2)

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