summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-09-25-14-04-30.bpo-30347.B4--_D.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-09-26 18:47:56 (GMT)
committerGitHub <noreply@github.com>2017-09-26 18:47:56 (GMT)
commitc740e4fe8a9bc5815dc18c38d7f7600b128c3c51 (patch)
tree6edda52b98ac544e918d237abc2d2f60d185861b /Misc/NEWS.d/next/Library/2017-09-25-14-04-30.bpo-30347.B4--_D.rst
parent114454e9f6addbcb364e9a37102c8131ae2da1dd (diff)
downloadcpython-c740e4fe8a9bc5815dc18c38d7f7600b128c3c51.zip
cpython-c740e4fe8a9bc5815dc18c38d7f7600b128c3c51.tar.gz
cpython-c740e4fe8a9bc5815dc18c38d7f7600b128c3c51.tar.bz2
bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (#1557)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-09-25-14-04-30.bpo-30347.B4--_D.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2017-09-25-14-04-30.bpo-30347.B4--_D.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-25-14-04-30.bpo-30347.B4--_D.rst b/Misc/NEWS.d/next/Library/2017-09-25-14-04-30.bpo-30347.B4--_D.rst
new file mode 100644
index 0000000..859c641
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-09-25-14-04-30.bpo-30347.B4--_D.rst
@@ -0,0 +1 @@
+Stop crashes when concurrently iterate over itertools.groupby() iterators.