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, rhettinger, serhiy.storchaka
Date 2018-09-11.18:46:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536691618.9.0.0269046726804.issue31608@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 24bd50bdcc97d65130c07d6cd26085fd06c3e972 by Benjamin Peterson (Oren Milman) in branch 'master':
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788)
https://github.com/python/cpython/commit/24bd50bdcc97d65130c07d6cd26085fd06c3e972
History
Date User Action Args
2018-09-11 18:46:58benjamin.petersonsetrecipients: + benjamin.peterson, rhettinger, serhiy.storchaka, Oren Milman
2018-09-11 18:46:58benjamin.petersonsetmessageid: <1536691618.9.0.0269046726804.issue31608@psf.upfronthosting.co.za>
2018-09-11 18:46:58benjamin.petersonlinkissue31608 messages
2018-09-11 18:46:58benjamin.petersoncreate