]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101765: Fix refcount issues in list and unicode pickling (#102265)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sun, 26 Feb 2023 00:01:58 +0000 (16:01 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2023 00:01:58 +0000 (16:01 -0800)
commitd71edbd1b7437706519a9786211597d95934331a
tree196aeafec3fbe879f97d445808683dbeb725b940
parenta498de4c0ef9e264cab3320afbc4d38df6394800
gh-101765: Fix refcount issues in list and unicode pickling (#102265)

Followup from #101769.
Objects/listobject.c
Objects/unicodeobject.c