]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Sep 2018 19:08:10 +0000 (12:08 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 19:08:10 +0000 (12:08 -0700)
commit536e45accf8f05355dd943a6966b9968cdb15f5a
tree21345fd6d84389f018cc23aea70b642c01a2bb2b
parente02ca4270ef258162215e345c23025bec27f9eb0
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788)

(cherry picked from commit 24bd50bdcc97d65130c07d6cd26085fd06c3e972)

Co-authored-by: Oren Milman <orenmn@gmail.com>
Lib/test/test_deque.py
Misc/NEWS.d/next/Library/2017-10-29-10-37-55.bpo-31608.wkp8Nw.rst [new file with mode: 0644]
Modules/_collectionsmodule.c