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 serhiy.storchaka
Recipients Oren Milman, rhettinger, serhiy.storchaka
Date 2017-10-09.20:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507582399.98.0.213398074469.issue31608@psf.upfronthosting.co.za>
In-reply-to
Content
I meant that if make deque.copy(), deque.__add__() and deque.__mul__() returning an exact deque for subclasses, this would make the deque class more consistent with other collections and solve this issue. This could even make them (almost) atomic.
History
Date User Action Args
2017-10-09 20:53:20serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, Oren Milman
2017-10-09 20:53:19serhiy.storchakasetmessageid: <1507582399.98.0.213398074469.issue31608@psf.upfronthosting.co.za>
2017-10-09 20:53:19serhiy.storchakalinkissue31608 messages
2017-10-09 20:53:19serhiy.storchakacreate