]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque...
authorBenjamin Peterson <benjamin@python.org>
Tue, 11 Sep 2018 20:41:57 +0000 (13:41 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 20:41:57 +0000 (13:41 -0700)
commit253279c616d4f34287c5749df15e20eb2eb988d6
tree31f09e36ec3e20e089c0ee945136feb5110805a9
parent7a501def4fb98a1d6f15e4a5a006141d6027f948
[2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179)
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