]> granicus.if.org Git - python/commit
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with...
authorOren Milman <orenmn@gmail.com>
Tue, 11 Sep 2018 18:46:55 +0000 (21:46 +0300)
committerBenjamin Peterson <benjamin@python.org>
Tue, 11 Sep 2018 18:46:55 +0000 (11:46 -0700)
commit24bd50bdcc97d65130c07d6cd26085fd06c3e972
tree910e8fbb4e6df9a32a19caaef1338c78a1f37d7a
parentb4ec36200a959da70eba94c19826446a8efdffdd
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788)
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