]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque...
authorBenjamin Peterson <benjamin@python.org>
Tue, 11 Sep 2018 19:12:42 +0000 (12:12 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 19:12:42 +0000 (12:12 -0700)
commitccbbdd0a1e00ecad6f0005438dd6ff6d84fd9ceb
treee7c1e177ddb148f64e9fedd21d26ea371e83ab88
parentcb51dd7cac6a6e2a7ba67fa4cd328a68f630095b
[3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9178)

(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