]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Mar 2020 06:47:23 +0000 (22:47 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 06:47:23 +0000 (22:47 -0800)
commit5f2ade20a556f8c20555c7032436477d6dc86d4f
tree370ce776abf439b86c4f1c0227c9fb15bf57d126
parent12b714391e485d0150b343b114999bae4a0d34dd
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)

(cherry picked from commit 1f577ce363121d590b51abf5c41d1bcf3d751436)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
Modules/_pickle.c