summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-03-26 06:05:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-03-26 06:05:29 (GMT)
commit0523c39e7720b82b38ad793d3f1a5681adcdf873 (patch)
treeba1647c6e08c27a50358fa27ec42b1ace4fab764 /Misc/NEWS.d
parent3e700e4ca3922337a24dc150238a6da724cfe873 (diff)
downloadcpython-0523c39e7720b82b38ad793d3f1a5681adcdf873.zip
cpython-0523c39e7720b82b38ad793d3f1a5681adcdf873.tar.gz
cpython-0523c39e7720b82b38ad793d3f1a5681adcdf873.tar.bz2
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-03-25-23-37-26.bpo-36430.sd9xxQ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-03-25-23-37-26.bpo-36430.sd9xxQ.rst b/Misc/NEWS.d/next/Core and Builtins/2019-03-25-23-37-26.bpo-36430.sd9xxQ.rst
new file mode 100644
index 0000000..a65ee09
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-03-25-23-37-26.bpo-36430.sd9xxQ.rst
@@ -0,0 +1 @@
+Fix a possible reference leak in :func:`itertools.count`.