commit | 253279c616d4f34287c5749df15e20eb2eb988d6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Sep 11 13:41:57 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 11 13:41:57 2018 -0700 |
tree | 31f09e36ec3e20e089c0ee945136feb5110805a9 | |
parent | 7a501def4fb98a1d6f15e4a5a006141d6027f948 [diff] |
[2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179)