]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Jul 2020 18:18:04 +0000 (11:18 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2020 18:18:04 +0000 (14:18 -0400)
commit6463cf07fef7a923a743fcaf312150c45fd81b64
treee936a858969b46c60dedf8eb3b1381eaf4c2a677
parent46cbf6148a46883110883488d3e9febbe46ba861
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462)

Automerge-Triggered-By: @tiran
(cherry picked from commit 4f309abf55f0e6f8950ac13d6ec83c22b8d47bf8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/pickletester.py
Misc/NEWS.d/next/Library/2020-07-13-15-06-35.bpo-41288.8mn5P-.rst [new file with mode: 0644]
Modules/_pickle.c