]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146059: Cleanup pickle fast_save_enter() test (#146481)
authorVictor Stinner <vstinner@python.org>
Fri, 27 Mar 2026 08:13:48 +0000 (09:13 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 08:13:48 +0000 (09:13 +0100)
commit0c7a75aeef4dae87f02536ed4c42a57c13ef20e2
tree63e072cb9a8d7f9334e780c366f56a20be4d28a7
parent36e4ffc1731fc939fde83a62ed547e81e94961af
gh-146059: Cleanup pickle fast_save_enter() test (#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.
Lib/test/pickletester.py