[issue39590] collections.deque.__contains__ and .count should hold strong references.

Raymond Hettinger report at bugs.python.org
Sun Feb 9 03:16:56 EST 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:


New changeset c6dedde160a9fce5d049e860f586ad8f93aec822 by sweeneyde in branch 'master':
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421)
https://github.com/python/cpython/commit/c6dedde160a9fce5d049e860f586ad8f93aec822


----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39590>
_______________________________________


More information about the Python-bugs-list mailing list