summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorsweeneyde <36520290+sweeneyde@users.noreply.github.com>2020-02-09 08:16:43 (GMT)
committerGitHub <noreply@github.com>2020-02-09 08:16:43 (GMT)
commitc6dedde160a9fce5d049e860f586ad8f93aec822 (patch)
tree5a1ec4cd1930b02f3db5946c40bf849abc231bbd /Misc
parent7f6f7eef5206858030cbe4f80a7c04b02781cc9a (diff)
downloadcpython-c6dedde160a9fce5d049e860f586ad8f93aec822.zip
cpython-c6dedde160a9fce5d049e860f586ad8f93aec822.tar.gz
cpython-c6dedde160a9fce5d049e860f586ad8f93aec822.tar.bz2
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-02-09-05-51-05.bpo-39590.rf98GU.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-09-05-51-05.bpo-39590.rf98GU.rst b/Misc/NEWS.d/next/Library/2020-02-09-05-51-05.bpo-39590.rf98GU.rst
new file mode 100644
index 0000000..6862502
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-02-09-05-51-05.bpo-39590.rf98GU.rst
@@ -0,0 +1 @@
+Collections.deque now holds strong references during deque.__contains__ and deque.count, fixing crashes. \ No newline at end of file