summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-07-06 16:20:07 (GMT)
committerGitHub <noreply@github.com>2018-07-06 16:20:07 (GMT)
commit0b75228700e0077d8bf2636e74733389514b4b2f (patch)
tree71286b01828ff373515ab058c9d7640b9e19eb5e /Misc/NEWS.d/next
parentdc9bc548994066897ca4edfdbf36ea9272bfdee9 (diff)
downloadcpython-0b75228700e0077d8bf2636e74733389514b4b2f.zip
cpython-0b75228700e0077d8bf2636e74733389514b4b2f.tar.gz
cpython-0b75228700e0077d8bf2636e74733389514b4b2f.tar.bz2
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-07-05-15-51-29.bpo-34042.Gr9XUH.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-07-05-15-51-29.bpo-34042.Gr9XUH.rst b/Misc/NEWS.d/next/Core and Builtins/2018-07-05-15-51-29.bpo-34042.Gr9XUH.rst
new file mode 100644
index 0000000..fd1730d
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-07-05-15-51-29.bpo-34042.Gr9XUH.rst
@@ -0,0 +1,2 @@
+Fix dict.copy() to maintain correct total refcount (as reported by
+sys.gettotalrefcount()).