]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146059: Cleanup pickle fast_save_enter() test (GH-146481) (#146509)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Mar 2026 08:40:03 +0000 (09:40 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 08:40:03 +0000 (08:40 +0000)
commitcba54979dfe33a579394e02fdaa55326663bd274
tree0b32f0f1078a9db62cebb298c0ab3a98c120af3b
parent4d61fd6b7a706762d962c4a23313d57167796a12
[3.14] gh-146059: Cleanup pickle fast_save_enter() test (GH-146481) (#146509)

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