This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients Oren Milman, benjamin.peterson, miss-islington, rhettinger, serhiy.storchaka
Date 2018-09-11.20:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536698521.48.0.0269046726804.issue31608@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 253279c616d4f34287c5749df15e20eb2eb988d6 by Benjamin Peterson in branch '2.7':
[2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179)
https://github.com/python/cpython/commit/253279c616d4f34287c5749df15e20eb2eb988d6
History
Date User Action Args
2018-09-11 20:42:01benjamin.petersonsetrecipients: + benjamin.peterson, rhettinger, serhiy.storchaka, Oren Milman, miss-islington
2018-09-11 20:42:01benjamin.petersonsetmessageid: <1536698521.48.0.0269046726804.issue31608@psf.upfronthosting.co.za>
2018-09-11 20:42:01benjamin.petersonlinkissue31608 messages
2018-09-11 20:42:01benjamin.petersoncreate