]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135573: Add tests for pickle opcodes with wrong types (GH-144950)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 18 Feb 2026 16:02:12 +0000 (18:02 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 16:02:12 +0000 (18:02 +0200)
commita18e0fa4c045e9ffc9d566b173c72fa3f6fc2252
tree8a133628ede54fc3bb1ca746e274caabf3808488
parent83f4fffe3d78ba368c0d4864c42c7c9c9223f7d1
gh-135573: Add tests for pickle opcodes with wrong types (GH-144950)

Ensure that APPENDS and ADDITEMS raise error for wrong collection even
with empty items.
Lib/test/pickletester.py
Modules/_pickle.c