diff options
author | sweeneyde <36520290+sweeneyde@users.noreply.github.com> | 2020-02-09 08:16:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 08:16:43 (GMT) |
commit | c6dedde160a9fce5d049e860f586ad8f93aec822 (patch) | |
tree | 5a1ec4cd1930b02f3db5946c40bf849abc231bbd /Misc | |
parent | 7f6f7eef5206858030cbe4f80a7c04b02781cc9a (diff) | |
download | cpython-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.rst | 1 |
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 |