]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126991: Add tests for unpickling bad object state (GH-127031)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 20 Nov 2024 15:31:50 +0000 (17:31 +0200)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 15:31:50 +0000 (17:31 +0200)
commitaddb225f3823b03774cddacce35214dd471bec46
tree061d407783de51c76376fb0e8eabfb0ab40ecec4
parent5b4502560ba83274badac46ad7f263402f7ad269
gh-126991: Add tests for unpickling bad object state (GH-127031)

This catches a memory leak in loading the BUILD opcode.
Lib/test/pickletester.py