[issue31608] crash in methods of a subclass of _collections.deque with a bad __new__()

Benjamin Peterson report at bugs.python.org
Tue Sep 11 14:46:58 EDT 2018


Benjamin Peterson <benjamin at python.org> added the comment:


New changeset 24bd50bdcc97d65130c07d6cd26085fd06c3e972 by Benjamin Peterson (Oren Milman) in branch 'master':
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788)
https://github.com/python/cpython/commit/24bd50bdcc97d65130c07d6cd26085fd06c3e972


----------
nosy: +benjamin.peterson
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list