]> granicus.if.org Git - python/commit
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
authorYury Selivanov <yury@magic.io>
Fri, 6 Jul 2018 16:20:07 +0000 (12:20 -0400)
committerGitHub <noreply@github.com>
Fri, 6 Jul 2018 16:20:07 +0000 (12:20 -0400)
commit0b75228700e0077d8bf2636e74733389514b4b2f
tree71286b01828ff373515ab058c9d7640b9e19eb5e
parentdc9bc548994066897ca4edfdbf36ea9272bfdee9
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
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