]> granicus.if.org Git - python/commit
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Jul 2018 16:40:17 +0000 (09:40 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Jul 2018 16:40:17 +0000 (09:40 -0700)
commit127bd9bfd591c8ec1a97eb7f4037c8b884eef973
tree0316a9f0f79ee5fe9fc2730b0fa2e303b4e921d3
parent4bd5fce27d5c03a013e5ebb008670ca0d89e3298
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)

(cherry picked from commit 0b75228700e0077d8bf2636e74733389514b4b2f)

Co-authored-by: Yury Selivanov <yury@magic.io>
Misc/NEWS.d/next/Core and Builtins/2018-07-05-15-51-29.bpo-34042.Gr9XUH.rst [new file with mode: 0644]
Objects/dictobject.c